- Timestamp:
- 02/28/18 18:35:37 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 250d444, b7b790b
- Parents:
- 90f43e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootcd/mkcd
r90f43e5 r18182a8 185 185 echo "(skipped by nopkg-option)" 186 186 elif ! [ -e $PKGCACHE/$SHORTPKG-* ]; then 187 echo -n "$SHORTPKG update ontbreekt. SVN: "187 echo -n "$SHORTPKG update ontbreekt. git: " 188 188 TGZ=`../npl/findpkg "$SHORTPKG"` || exit 1 189 189 gzip -t $TGZ || exit 1 … … 201 201 if [ "$EXTRA_LISTS" ]; then 202 202 echo 203 echo " * Packages uit $EXTRA_LISTS op CD overulen met SVNversies:"203 echo " * Packages uit $EXTRA_LISTS op CD overulen met git versies:" 204 204 for SHORTPKG in `cat $EXTRA_LISTS`; do 205 205 echo -n "$SHORTPKG..." … … 225 225 226 226 echo "* Versie nummer van deze CD bepalen... (nover om over te slaan)"; 227 #SVNSTATUS=`svn status -v "../npl/version"` || exit 1228 #BUILD=`echo "$SVNSTATUS" | cut -b14- | cut -f1 -d' '`229 227 if [ "$nover" ]; then 230 228 BUILD='none' 231 229 else 232 BUILD=` svnversion ..`230 BUILD=`git describe --always` 233 231 fi 234 232 … … 302 300 rm -rf "$SQUASHROOT" &>/dev/null 303 301 304 #kijk eerst in $CDPKG en gebruik anders svnversie302 #kijk eerst in $CDPKG en gebruik anders git versie 305 303 for SHORTPKG in `cat livecd.list`; do 306 304 echo -n "Installeren $SHORTPKG..." 307 305 if ! [ -e $CDPKG/$SHORTPKG-* ]; then 308 echo -n "$SHORTPKG update ontbreekt. SVN: "306 echo -n "$SHORTPKG update ontbreekt. GIT: " 309 307 TGZ=`../npl/findpkg "$SHORTPKG"` || exit 1 310 308 else
Note: See TracChangeset
for help on using the changeset viewer.