Updated TODO list in bldpkg

This commit is contained in:
PktSurf 2022-09-27 16:02:28 +05:30
parent 5ed61b72b3
commit c4d1dafb3d

2
bldpkg
View file

@ -21,12 +21,10 @@
############
# TODO
# in the test files and also add suitable bldpkg.conf switches for it
# -> Write code to log build output to a log file inside a particular directory
# -> Email the user about the outcome of the build?
# -> Increment warnings as they are issued during the build and show final warning total in the build summary
# -> Determine if the staging directory is empty at the end of the build, and if it is, error out
# -> Add code to warn user if both, ccache and sccache are enabled in /etc/bldpkg.conf.
# Determine whether we are using bash version 4 and later. If not, exit.
if ((BASH_VERSINFO[0] < 4)) ; then