提交 c873935c 编写于 作者: J Julien Cristau 提交者: Joerg Jaspert

Fix proposed-updates handling in byhand-di and byhand-win32-loader

To: debian-dak@lists.debian.org
Cc: kibi@debian.org, Julien Cristau <jcristau@debian.org>
Date: Tue, 19 Jan 2016 11:40:01 +0100 (12 hours, 2 minutes, 47 seconds ago)
Resent-From: debian-dak@lists.debian.org

stable-proposed-updates is called "proposed-updates" in projectb, so
that's what we pass to the byhand script.  It shouldn't be turned into
"proposed-updates-proposed-updates".
Signed-off-by: NJulien Cristau <jcristau@debian.org>
上级 368b5f9e
......@@ -28,7 +28,7 @@ if ! echo "$VERSION" | grep -Eq "^[0-9]{8}((\.|\+?[a-z]+|\+deb[0-9]+u|\+kbsd[0-9
fi
case $SUITE in
unstable|sid|*-proposed-updates)
unstable|sid|*proposed-updates)
: # nothing to do
;;
*)
......
......@@ -19,7 +19,7 @@ CHANGES="$4" # Changes file for the upload
SUITE="$5"
case $SUITE in
unstable|sid|*-proposed-updates)
unstable|sid|*proposed-updates)
: # nothing to do
;;
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册