]> git.donarmstrong.com Git - wannabuild.git/commitdiff
add non-free for volatile
authorAndreas Barth <aba@not.so.argh.org>
Sat, 1 May 2010 14:02:30 +0000 (14:02 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Sat, 1 May 2010 14:02:30 +0000 (14:02 +0000)
triggers/trigger.volatile

index 7cd0a7ece3e387a45a59362093621e41a2a45abd..0a91dca3e6c159e6d0bb53786f3bdc436576f58a 100755 (executable)
@@ -34,10 +34,10 @@ main() {
 
     for suite in $SUITES
     do
-        SOURCES="${ARCHIVE_BASE}/archive/${suite}/volatile/{main,contrib}/source/Sources.gz"
-        SOURCES="${SOURCES} ${ARCHIVE_BASE}/archive/${suite}-proposed-updates/volatile/{main,contrib}/source/Sources.gz"
-        PACKAGES="${ARCHIVE_BASE}/archive/${suite}/volatile/{main,contrib}/binary-%ARCH%/Packages.gz"
-        PACKAGES="${PACKAGES} ${ARCHIVE_BASE}/archive/${suite}-proposed-updates/volatile/{main,contrib}/binary-%ARCH%/Packages.gz"
+        SOURCES="${ARCHIVE_BASE}/archive/${suite}/volatile/{main,contrib,non-free}/source/Sources.gz"
+        SOURCES="${SOURCES} ${ARCHIVE_BASE}/archive/${suite}-proposed-updates/volatile/{main,contrib,non-free}/source/Sources.gz"
+        PACKAGES="${ARCHIVE_BASE}/archive/${suite}/volatile/{main,contrib,non-free}/binary-%ARCH%/Packages.gz"
+        PACKAGES="${PACKAGES} ${ARCHIVE_BASE}/archive/${suite}-proposed-updates/volatile/{main,contrib,non-free}/binary-%ARCH%/Packages.gz"
         #As volatile is an overlay, also add Debian ${suite}:
         PACKAGES_BASE="${ARCHIVE_MAIN}/archive/${suite}/{main,contrib}/binary-%ARCH%/Packages.gz"
         trigger_wb_update_with_secondary "$suite" "`get_architectures $suite`" "$PACKAGES_BASE" "$SOURCES" "$PACKAGES" "$suite-volatile"