autoport: just call 'autospec -a4 --rebuild ..' in REBUILD_MILESTONE mode
This commit is contained in:
parent
c0f51ea3ac
commit
272860e5fe
5
autoport
5
autoport
@ -505,9 +505,10 @@ for TARGET_ARCH in ${TARGET_ARCHS}; do
|
|||||||
echo "(FAILED) [can't get repository information for this package]"
|
echo "(FAILED) [can't get repository information for this package]"
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
[ "$VERBOSE_MODE" ] && echo "
|
||||||
|
%% COMMAND: LANG=C LC_ALL=C autospec -u ${JOB_CURRENT} -a4 --rebuild --changelog \"$REBUILD_MILESTONE milestone rebuild\""
|
||||||
# FIXME: should be implemented in autodist
|
# FIXME: should be implemented in autodist
|
||||||
LANG=C LC_ALL=C autospec -u ${JOB_CURRENT} -a4 ${src_version} ${src_numrelease}${REBUILD_MILESTONE} \
|
LANG=C LC_ALL=C autospec -u ${JOB_CURRENT} -a4 --rebuild --changelog "$REBUILD_MILESTONE milestone rebuild" &>$tmpfile
|
||||||
--changelog "$REBUILD_MILESTONE milestone rebuild" &>$tmpfile
|
|
||||||
[ $? -gt 0 ] && {
|
[ $? -gt 0 ] && {
|
||||||
if [ "$VERBOSE_MODE" ]; then
|
if [ "$VERBOSE_MODE" ]; then
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user