Skip to content

Commit 9005cde

Browse files
committed
scripts/installer/make_package.sh: update comments
Signed-off-by: Jim Klimov <[email protected]>
1 parent 3460716 commit 9005cde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/installer/make_package.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212
rm -Rf package
1313
mkdir package
1414

15-
git pull --all
15+
# NOTE: Originally this pulled installer sources (separate from NUT code base)
16+
# If this script were to be modernized, it could be prudent to `make package`
17+
# in NUT sources for each platform, to create the package file(s) tarballed
18+
# below for end-user along with the interactive installer delivery.
19+
#git pull --all
1620
# [ $? = 0 ] && git merge upstream/master || exit $?
1721

22+
# NOTE: See README.adoc about expected subdirectory contents with binary files
1823
NAME="ipp-solaris-$IPP_VERSION.sparc"
1924
mkdir "package/$NAME"
2025
FILE_LIST="`find . -type f -name '*' | egrep -v '.svn|.git|./nutconf-dummy|./make_package.sh|nut/|(un|)install.log|package/|aix|hpux|solint'`"

0 commit comments

Comments
 (0)