[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] use oldstable-kfreebsd (there is no stable-kfreebsd)



---
 config/debian-security/cron.buildd    | 2 +-
 config/debian-security/cron.unchecked | 2 +-
 config/debian-security/dak.conf       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd
index 47ac74f..c096774 100755
--- a/config/debian-security/cron.buildd
+++ b/config/debian-security/cron.buildd
@@ -8,7 +8,7 @@ set -u
 
 export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
 . $SCRIPTVARS
-DISTS="oldstable stable stable-kfreebsd testing"
+DISTS="oldoldstable oldstable oldstable-kfreebsd stable testing"
 
 if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
     exit 0
diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked
index d26a8c4..72e5c4f 100755
--- a/config/debian-security/cron.unchecked
+++ b/config/debian-security/cron.unchecked
@@ -81,7 +81,7 @@ if [ "${doanything}" = "false" ] && [ "${dopolicy}" = "false" ]; then
 fi
 
 # Update stable-kfreebsd
-dak update-suite stable stable-kfreebsd
+dak update-suite oldstable oldstable-kfreebsd
 
 # manage build queues
 dak manage-build-queues -a
diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf
index bf8b7ee..9dc5780 100644
--- a/config/debian-security/dak.conf
+++ b/config/debian-security/dak.conf
@@ -114,7 +114,7 @@ Clean-Suites
 SuiteMappings
 {
  "silent-map stable-security stable";
- "silent-map stable-kfreebsd-security stable-kfreebsd";
+ "silent-map oldstable-kfreebsd-security oldstable-kfreebsd";
  "silent-map oldstable-security oldstable";
  "silent-map oldoldstable-security oldoldstable";
   "silent-map testing-security testing";
-- 
2.1.4


Reply to: