提交 20b78319 编写于 作者: J Joerg Jaspert

Ensure we always have when we need it

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 3699a62a
......@@ -68,6 +68,8 @@ function make_buildd_dir () {
mv Release Release.gpg buildd/
done
STAMP=${STAMP:-$(date "+%Y%m%d%H%M")}
for dist in $(ls -1 ${incoming}/dists/); do
# Skip project trace directory
if [ "${dist}x" = "projectx" ]; then continue; fi
......@@ -89,6 +91,8 @@ function punew_do() {
dak generate-packages-sources2 -s "${queue}"
STAMP=${STAMP:-$(date "+%Y%m%d%H%M")}
local exportdir="${queuedir}${qdir}/tree/${STAMP}"
local targetdir="${queuedir}${qdir}/export"
dak export -q "${queue}" -d "${exportdir}" --all
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册