We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3460716 commit 9005cdeCopy full SHA for 9005cde
1 file changed
scripts/installer/make_package.sh
@@ -12,9 +12,14 @@
12
rm -Rf package
13
mkdir package
14
15
-git pull --all
+# 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
20
# [ $? = 0 ] && git merge upstream/master || exit $?
21
22
+# NOTE: See README.adoc about expected subdirectory contents with binary files
23
NAME="ipp-solaris-$IPP_VERSION.sparc"
24
mkdir "package/$NAME"
25
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