diff --git a/bldpkg b/bldpkg index 254838f..ca18270 100755 --- a/bldpkg +++ b/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