config: add start info for package helpers
This commit is contained in:
parent
5430649bee
commit
4634fc0d33
1 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ LP_DIFF_FILE="${PACKAGE}_${LP_VERSION}.diff.gz"
|
|||
LP_DSC_FILE="${PACKAGE}_${LP_VERSION}.dsc"
|
||||
fi
|
||||
|
||||
echo -e "> $PACKAGE helper build started - $(date -R)\n"
|
||||
if [ -n "$BUILD_UNTIL" ] && (( $(echo "$BUILD_UNTIL $REVISION" | awk '{print ($1 > $2)}') )); then
|
||||
echo "Skipping build of helper with BUILD_UNTIL=$BUILD_UNTIL > REVISION=$REVISION"
|
||||
exit 0
|
||||
|
|
@ -220,7 +221,7 @@ cd ..
|
|||
mv source $PACKAGE-$FULLVERSION
|
||||
dpkg-source -b -I.falsefileextension99 $PACKAGE-$FULLVERSION
|
||||
rm -rf ${LOCAL_APT}
|
||||
echo -e "Trisquel source package built! - $(date -R)\n"
|
||||
echo -e "> Trisquel source package built! - $(date -R)\n"
|
||||
|
||||
notify_found_distro_match_on_debian_rules
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue