Updated TODO list in bldpkg
This commit is contained in:
parent
5ed61b72b3
commit
c4d1dafb3d
1 changed files with 0 additions and 2 deletions
2
bldpkg
2
bldpkg
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue