From: Andreas Barth Date: Sat, 1 May 2010 14:02:30 +0000 (+0000) Subject: add non-free for volatile X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=4b01311c6f8ad4525d63b3363d58167618a1b420 add non-free for volatile --- diff --git a/triggers/trigger.volatile b/triggers/trigger.volatile index 7cd0a7e..0a91dca 100755 --- a/triggers/trigger.volatile +++ b/triggers/trigger.volatile @@ -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"