[publish] Fix publishing deb hotfix updates

Closes-Bug: #1643841

Change-Id: Ief770d1cfa4ed1c0e57fa16f1e64f28a90c5fa01
This commit is contained in:
Dmitry Burmistrov 2016-11-22 14:30:29 +03:00
parent e2c50bee51
commit b3fc883f83
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ main() {
if [ "${BINSRCLIST}" != "" ]; then
for dist_name in ${DEB_BASE_DIST_NAME} ${DEB_PROPOSED_DIST_NAME} \
${DEB_UPDATES_DIST_NAME} ${DEB_SECURITY_DIST_NAME} \
${DEB_HOLDBACK_DIST_NAME} ; do
${DEB_HOLDBACK_DIST_NAME} ${DEB_HOTFIX_DIST_NAME}; do
reprepro ${REPREPRO_COMP_OPTS} --architecture source \
remove ${dist_name} ${SRC_NAME} || :
# Fix Codename field and resign Release file if necessary