Updated TODO list in bldpkg
This commit is contained in:
parent
d18addf386
commit
d28ae2b2e8
1 changed files with 1 additions and 0 deletions
1
bldpkg
Executable file → Normal file
1
bldpkg
Executable file → Normal file
|
@ -25,6 +25,7 @@
|
|||
# -> 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
|
||||
# -> Replace [INFO], [WARNING] and [ERROR] with suitable functions for efficient repetition
|
||||
|
||||
# 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