Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 333 → Rev 334

/build.sh
63,8 → 63,9
 
# function that builds the packages repository
function dorepo {
# copy all zip files to the web repo
cp "$PKGDIR"/* $REPOROOT/
# clear out the web repo and copy all zip files to it
rm "$REPOROOT"/*
cp "$PKGDIR"/* "$REPOROOT/"
# now strip the sources from repo versions
find "$REPOROOT/" -iname '*.zip' -exec zip "{}" -d "SOURCE/*" ';'
find "$REPOROOT/" -iname '*.zip' -exec zip "{}" -d "source/*" ';'