File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1212rm -Rf package
1313mkdir 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
1823NAME=" ipp-solaris-$IPP_VERSION .sparc"
1924mkdir " package/$NAME "
2025FILE_LIST=" ` find . -type f -name ' *' | egrep -v ' .svn|.git|./nutconf-dummy|./make_package.sh|nut/|(un|)install.log|package/|aix|hpux|solint' ` "
You can’t perform that action at this time.
0 commit comments