Switch to "jessie" as stable.

上级 48edb385
...@@ -41,15 +41,18 @@ if [ ! -z "${dists}" ]; then ...@@ -41,15 +41,18 @@ if [ ! -z "${dists}" ]; then
trap 'kill -TERM $SSH_PID' 0 trap 'kill -TERM $SSH_PID' 0
for d in ${dists}; do for d in ${dists}; do
case ${d} in case ${d} in
oldstable) oldoldstable)
send=squeeze send=squeeze
;; ;;
stable) oldstable)
send=wheezy send=wheezy
;; ;;
testing) stable)
send=jessie send=jessie
;; ;;
testing)
send=stretch
;;
*) *)
send=unknown send=unknown
;; ;;
......
...@@ -21,11 +21,11 @@ for file in override*.gz; do ...@@ -21,11 +21,11 @@ for file in override*.gz; do
done done
find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm
for suite in stable testing; do for suite in oldstable stable testing; do
case $suite in case $suite in
oldstable) override_suite=squeeze;; oldstable) override_suite=wheezy ;;
stable) override_suite=wheezy;; stable) override_suite=jessie ;;
testing) override_suite=jessie;; testing) override_suite=stretch ;;
*) echo "Unknown suite type ($suite)"; exit 1;; *) echo "Unknown suite type ($suite)"; exit 1;;
esac esac
for component in $components; do for component in $components; do
......
...@@ -124,14 +124,17 @@ Security-Install ...@@ -124,14 +124,17 @@ Security-Install
SuiteMappings SuiteMappings
{ {
"silent-map stable-security stable"; "silent-map stable-security stable";
"silent-map stable-kfreebsd-security stable-kfreebsd";
"silent-map oldstable-security oldstable"; "silent-map oldstable-security oldstable";
"silent-map etch-secure oldstable"; "silent-map oldoldstable-security oldoldstable";
"silent-map testing-security testing"; "silent-map testing-security testing";
"silent-map squeeze-security oldstable"; "silent-map squeeze-security oldoldstable";
"silent-map wheezy-security stable"; "silent-map wheezy-security oldstable";
"silent-map jessie-security testing"; "silent-map jessie-security stable";
"silent-map jessie-kfreebsd-security stable-kfreebsd";
"silent-map stretch-security testing";
"reject oldstable"; "reject oldoldstable";
}; };
Dir Dir
......
...@@ -121,23 +121,31 @@ Process-New ...@@ -121,23 +121,31 @@ Process-New
SuiteMappings SuiteMappings
{ {
"silent-map squeeze-security oldstable-security"; "silent-map squeeze-security oldoldstable-security";
"silent-map wheezy-security stable-security"; "silent-map wheezy-security oldstable-security";
"silent-map jessie-security testing-security"; "silent-map jessie-security stable-security";
"silent-map jessie-kfreebsd-security stable-kfreebsd-security";
"propup-version stable-security testing testing-proposed-updates unstable"; "propup-version stable-security testing testing-proposed-updates unstable";
"propup-version testing-security unstable"; "propup-version testing-security unstable";
"map squeeze oldstable"; "map squeeze oldoldstable";
"map squeeze-proposed-updates oldstable-proposed-updates"; "map squeeze-proposed-updates oldoldstable-proposed-updates";
"map squeeze-updates oldstable-proposed-updates"; "map squeeze-updates oldoldstable-proposed-updates";
"map wheezy stable"; "map wheezy oldstable";
"map wheezy-proposed-updates proposed-updates"; "map wheezy-proposed-updates oldstable-proposed-updates";
"map wheezy-updates proposed-updates"; "map wheezy-updates oldstable-proposed-updates";
"map jessie testing"; "map jessie stable";
"map jessie-proposed-updates testing-proposed-updates"; "map jessie-proposed-updates proposed-updates";
"map jessie-updates testing-proposed-updates"; "map jessie-updates proposed-updates";
"map jessie-kfreebsd testing-kfreebsd"; "map jessie-kfreebsd stable-kfreebsd";
"map jessie-kfreebsd-proposed-updates stable-kfreebsd-proposed-updates";
"map stretch testing";
"map stretch-proposed-updates testing-proposed-updates";
"map stretch-updates testing-proposed-updates";
"map sid unstable"; "map sid unstable";
"map rc-buggy experimental"; "map rc-buggy experimental";
"map oldoldstable oldoldstable-proposed-updates";
"map oldoldstable-security oldoldstable-proposed-updates";
"map oldoldstable-updates oldoldstable-proposed-updates";
"map oldstable oldstable-proposed-updates"; "map oldstable oldstable-proposed-updates";
"map oldstable-security oldstable-proposed-updates"; "map oldstable-security oldstable-proposed-updates";
"map oldstable-updates oldstable-proposed-updates"; "map oldstable-updates oldstable-proposed-updates";
...@@ -145,6 +153,8 @@ SuiteMappings ...@@ -145,6 +153,8 @@ SuiteMappings
"map stable-security proposed-updates"; "map stable-security proposed-updates";
"map stable-proposed-updates proposed-updates"; "map stable-proposed-updates proposed-updates";
"map stable-updates proposed-updates"; "map stable-updates proposed-updates";
"map stable-kfreebsd stable-kfreebsd-proposed-updates";
"map stable-kfreebsd-security stable-kfreebsd-proposed-updates";
"map testing-updates testing-proposed-updates"; "map testing-updates testing-proposed-updates";
"map-unreleased stable unstable"; "map-unreleased stable unstable";
"map-unreleased proposed-updates unstable"; "map-unreleased proposed-updates unstable";
...@@ -153,9 +163,11 @@ SuiteMappings ...@@ -153,9 +163,11 @@ SuiteMappings
"map-unreleased testing unstable"; "map-unreleased testing unstable";
"map-unreleased testing-proposed-updates unstable"; "map-unreleased testing-proposed-updates unstable";
"reject oldstable-proposed-updates"; "reject oldoldstable-proposed-updates";
"reject testing-kfreebsd"; "reject stable-kfreebsd";
"reject wheezy-updates";
"reject jessie-updates"; "reject jessie-updates";
"reject stretch-updates";
}; };
AutomaticByHandPackages { AutomaticByHandPackages {
......
...@@ -76,7 +76,7 @@ function i18n1() { ...@@ -76,7 +76,7 @@ function i18n1() {
# Lets check! # Lets check!
if ${scriptsdir}/ddtp-i18n-check.sh . ${scriptdir}/i18n/${TSTAMP}; then if ${scriptsdir}/ddtp-i18n-check.sh . ${scriptdir}/i18n/${TSTAMP}; then
# Yay, worked, lets copy around # Yay, worked, lets copy around
for dir in jessie sid; do for dir in stretch sid; do
if [ -d dists/${dir}/ ]; then if [ -d dists/${dir}/ ]; then
cd dists/${dir}/main/i18n cd dists/${dir}/main/i18n
rsync -aq --delete --delete-after --exclude Translation-en.bz2 --exclude Translation-*.diff/ . ${ftpdir}/dists/${dir}/main/i18n/. rsync -aq --delete --delete-after --exclude Translation-en.bz2 --exclude Translation-*.diff/ . ${ftpdir}/dists/${dir}/main/i18n/.
...@@ -227,7 +227,7 @@ function mkmaintainers() { ...@@ -227,7 +227,7 @@ function mkmaintainers() {
function copyoverrides() { function copyoverrides() {
log 'Copying override files into public view ...' log 'Copying override files into public view ...'
for ofile in ${overridedir}/override.{squeeze,wheezy,jessie,sid}.{,extra.}{main,contrib,non-free}*; do for ofile in ${overridedir}/override.{squeeze,wheezy,jessie,stretch,sid}.{,extra.}{main,contrib,non-free}*; do
bname=${ofile##*/} bname=${ofile##*/}
gzip -9cv --rsyncable ${ofile} > ${indices}/${bname}.gz gzip -9cv --rsyncable ${ofile} > ${indices}/${bname}.gz
chmod g+w ${indices}/${bname}.gz chmod g+w ${indices}/${bname}.gz
...@@ -358,12 +358,12 @@ function mkfilesindices() { ...@@ -358,12 +358,12 @@ function mkfilesindices() {
done done
(cd $base/ftp/ (cd $base/ftp/
for dist in sid jessie; do for dist in sid jessie stretch; do
find ./dists/$dist/main/i18n/ \! -type d | sort -u | gzip -9 > $base/ftp/indices/files/components/translation-$dist.list.gz find ./dists/$dist/main/i18n/ \! -type d | sort -u | gzip -9 > $base/ftp/indices/files/components/translation-$dist.list.gz
done done
) )
(cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-jessie.list.gz) | (cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-jessie.list.gz ; zcat translation-stretch.list.gz) |
sort -u | poolfirst > ../typical.files sort -u | poolfirst > ../typical.files
rm -f $ARCHLIST rm -f $ARCHLIST
......
...@@ -81,7 +81,7 @@ elif [ ! -d "$PACKAGES_LISTS_DIR" ]; then ...@@ -81,7 +81,7 @@ elif [ ! -d "$PACKAGES_LISTS_DIR" ]; then
fi fi
#STABLE="squeeze" #STABLE="squeeze"
TESTING="jessie" TESTING="stretch"
UNSTABLE="sid" UNSTABLE="sid"
# Original SHA256SUMS, generated by i18n.debian.net # Original SHA256SUMS, generated by i18n.debian.net
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册