/build.sh |
---|
34,7 → 34,8 |
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';' |
# refresh all repositories |
rm $REPOROOT/listing.txt |
cd "$REPOROOT" |
rm listing.txt |
$BUILDIDX $REPOROOT/base && $BUILDIDX $REPOROOTNOSRC/base |
if [ $? -ne 0 ] ; then exit 1 ; fi |
$BUILDIDX $REPOROOT/devel && $BUILDIDX $REPOROOTNOSRC/devel |
/website/index-main.php |
---|
42,4 → 42,4 |
?> |
<p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p> |
<p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="listing.txt">listing</a> of all the packages that come with Svarog386.</p> |