mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-25 23:58:37 +00:00
Use cron daily job to rebuild number of updates
Show number of security updates too
This commit is contained in:
parent
c811cb2ed0
commit
bc3269877a
4 changed files with 142 additions and 151 deletions
3
main.sh
3
main.sh
|
@ -248,8 +248,7 @@ VER=$(dpkg --info $DEST/debs/${CHOSEN_KERNEL}_${REVISION}_${ARCH}.deb | grep Des
|
|||
VER="${VER/-$LINUXFAMILY/}"
|
||||
|
||||
# create board support package
|
||||
# TODO: check and remove last part of the condition (! -d)
|
||||
[[ -n $RELEASE && ! -f $DEST/debs/$RELEASE/${CHOSEN_ROOTFS}_${REVISION}_${ARCH}.deb && ! -d $DEST/debs/$RELEASE/${CHOSEN_ROOTFS}_${REVISION}_${ARCH} ]] && create_board_package
|
||||
[[ -n $RELEASE && ! -f $DEST/debs/$RELEASE/${CHOSEN_ROOTFS}_${REVISION}_${ARCH}.deb ]] && create_board_package
|
||||
|
||||
# build additional packages
|
||||
[[ $EXTERNAL_NEW == compile ]] && chroot_build_packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue