Commit graph

77 commits

Author SHA1 Message Date
60f3c99df5 Moved pkgdest variable inside a while loop and changed distro URL in bldpkg 2024-11-05 12:27:16 +05:30
940148649f Added ignorebinlib variable check in bldpkg to allow exceptional packages to include certain directories and also reset ccache to 0 2024-11-03 22:30:09 +05:30
d5cc195793 Changes to bldpkg:
* Fixed distribution URL
* Discarded -o getops option
* Added code to redefine buildfile variable
* Discarded code related to sccache
* Added new directories whose creation is to be prevented as part of the merged-usr policy
* Fixed pkgdest path when autobuild mode is used
* Added /dev/null at the end of the autobuild package loop
* Merged validatebldfile checks
2024-11-01 21:04:01 +05:30
d230f4c1b5 Re-added net and xfce build files 2024-10-29 23:06:00 +05:30
5e2dcab884 Miscellaneous fixes to bldpkg 2024-10-13 21:23:27 +05:30
83aa14ccba Changes to bldpkg:
* Moved nopackagebuildfileerror and getbuildfileanddir function to the top
* Added startdate, htmloutput and verifychecksums functions
* Removed compileonlyfor function and replaced it with apparch variable check
* Discarded -v option from set -xv getopts command
* Added autobuildmode check when invoking genchecksum
* Added error messages against several arguments when autobuildmode is set
* Other miscellaneous fixes
2023-05-19 16:45:48 +05:30
64e8468718 Merged autobuild into bldpkg, made changes related to it in bldpkg.conf 2023-05-11 22:56:36 +05:30
258fdc4b56 Changes to bldpkg:
* Removed unnecessary code related to creation and use of temporary summary file in bldpkg
* Moved totaltime code inside showsummary if/else check
* Fixed comments
2023-05-07 14:39:17 +05:30
f1f548ecd6 Changes to bldpkg:
* Discard empty install directory but return true if it fails
* Code to verify sha512 checksums is now housed inside an if/else
* Renamed filename used for testing parenttmp and tmpfs directories
* Added [INFO] to printf in the compressor validation line
* Added ampersand when validating sccached
* Discarded if/else code for checking autobuildtemp variable
* Reordered code so compiler validation only occurs after mkandenterbuilddir is executed
2023-05-03 17:04:52 +05:30
c05034b154 Changes to bldpkg:
-> Fixed grep code when validating a build file
-> Added if/else to pkgstatus and autobuildtemp to fix build failures when packages are built via autobuild
-> Statically-linked archives are now only scanned if variable staticelfflag is set by preservestaticlibs check
2023-04-21 20:38:36 +05:30
27ca3c74e8 Changes to bldpkg:
-> Updated version
-> Added a maintainer comment check
-> genchecksum if/else is now a function
-> Simplified check for existence of lib64,usr and sbin directories inside staging directory
-> Replaced group of commands used for scanning binaries and libraries with scanelf inside a new function findelffiles
-> Part of the command to scan for libtool archive files moved into findlibtoolfiles function
-> Part of the code for resetting SECONDS variable now placed inside showsummary if/else check
-> Discarded unnecessary if/else when appending old doinst.sh to a new one
-> Discarded code to remove lib directory twice
-> Discarded unnecessary if/else when removing lib/charset.alias
-> Removed unnecessary tmpfs=1 check in several places
-> Miscellaneous fixes
2023-04-15 16:43:33 +05:30
8dd4670873 Simplified condition checks in bldpkg 2023-04-10 17:48:52 +05:30
78dcdc078b Optimised code to validate build variables and error redirection in bldpkg 2023-04-10 15:49:46 +05:30
b4fea8960e Changes to bldpkg:
-> Fixed identation in help()
-> Fixed code in validatemakeflags function
-> Added 'local' in several functions
-> Moved randomnum inside compilertestfile function
-> Removed return command in runtime function
-> Added -f option to ln command and added code to unset OPTIND and OPTARG in preprunitservice function
-> Removed $pkg in several test cases in mkfinalpkg because the PWD is already known
-> Added a directory test before discarding libtool files
-> Added code to discard lib/charset.alias and empty lib directory
-> Added code to export MAKEFLAGS along with other compiler variables
2023-04-09 21:22:59 +05:30
2d46f3ac52 Replaced complicated preprunitservice file and directory generation with simpler getopts 2023-04-07 21:23:51 +05:30
216cadea3d Changes to bldpkg:
-> Discarded TODO
-> Extended explanation of -g and -r options and added -t option in getopts help
-> Moved all functions at the top of the file
-> Renamed global{ccache,distcc} to ccache/distcc variables
-> Renamed usetmpfs to tmpfs variable
-> Renamed cstats and dstats to ccachestats and distccstats variable respectively
-> Removed cputhreads variable and rewrote MAKEFLAGS-related code
-> Added extractinfo function for extracting package installers
-> Added sccacheprocess function to start and stop sccache
2023-04-07 20:55:35 +05:30
1cf767e805 Changes to bldpkg:
-> Moved rqfiles out of bldpkg and into bldpkg.conf in previous commit
-> Moved code related to CPU architecture detection near export MAKEFLAGS
-> Reintroduced and optimised code to validate a compiler defined as CC and CXX
-> Discarded unnecessary if/else condition inside fixbuilddirpermissions function
2023-04-03 23:12:39 +05:30
2140c7271e Changes to bldpkg:
-> Reintroduced code to validate download variable in a pkg build file
-> Discarded validatecompiler function
-> Introduced checkcompilersymlink function for validating symlinks of ccache and distcc
-> Added code that prepends ccache and distcc directory paths to PATH automatically instead
   of relying on the user to already have a modified PATH in the shell environment.
-> sccache is now terminated only if nc exits with code 1 when testing the default sccache port
2023-04-03 00:11:32 +05:30
17c70a05c1 Changes to bldpkg:
-> Added version number to the script
-> Added double quotes next to variable values in few places
-> Discarded buggy code that validated the download variable for a sane URL
-> Removed double quotes inside [[ ]] since it is safe to do so in bash
-> Optimised code responsible for extracting hosts in DISTCC_HOSTS variable
-> netcat binary now checks for a running sccache server on localhost
-> Added code to check if CC and CXX variables are populated
-> Added back ignoreusr variable
-> Discarded code that checked and moved the documentation directory in its
   proper place in the staging directory
-> Discarded code that moved pkgconfig directory from share to lib
-> Discarded code that checked for ELF objects in the build directory
   before any action was performed using mkfinalpkg in the staging directory
2023-04-01 21:02:52 +05:30
bf48366a60 Changes to bldpkg:
-> Replaced string '/etc/bldpkg.conf' with 'bldpkg.conf'
-> Removed hardlink checking and compiler validation code for sccache. sccache is now required to be defined as a
   rustc wrapper in $HOME/.cargo/config.toml file
-> Added code to autostart sccache. Sccache is already stopped when the build is interrupted or succeeds or fails.
2023-03-19 23:30:18 +05:30
66f329695f Removed unnecessary code and optimised existing code in bldpkg script 2023-03-18 21:59:32 +05:30
2e10ab6dad Changes to bldpkg:
-> Replaced basename and dirname with bash's built-in pattern matching
-> Added code to prompt for resuming an existing build in the presence of .$app.extraction.complete
-> Fixed some comments relating to $resumepkgbuild
Changes to bldpkg.conf:
-> Updated pkg names in tmpfsexceptionlist and packagesrequiringswap array
-> Added validatecompilers, compilerverbosity and autoresumepkgbuild variables
2023-03-13 23:44:49 +05:30
89420776a8 Changes to bldpkg:
-> Added -r option in getopts to provide functionality to resume a build after the source
   has been deemed to be extracted completely inside the build directory
-> Fixed detection of stale directories in tmpfs directory
-> Fixed if/else of setbuildfile variable
-> Temporarily commented grepping of download= variable
-> Restored set -e
-> Temporarily added ignoreusr variable as a workaround for packages that forcefully create /usr
2023-03-13 00:49:23 +05:30
42a5f99859 Changes to bldpkg:
* Added err, info and warn functions to output necessary information in a specific format
* Added additional check for determining whether the shell really is a bash shell
* Added -v option and related code to increase compiler verbosity
* Discarded code to source a buildfile when attempting to validate it inside validatebuildfile function
* Further removed code to echo and pipe output to grep to validate build variables inside validatebuildfile function
* Added nopackagebuildfileerror function
* Renamed all variables in upper-case to lower-case inside runtime function
* Replaced $pkg/share/pkgconfig error with a warning and added supporting code to move it out of that directory and into $pkg/lib/
* Small miscellaneous fixes
2022-10-22 14:50:54 +05:30
d28ae2b2e8 Updated TODO list in bldpkg 2022-10-22 00:51:57 +05:30
c4d1dafb3d Updated TODO list in bldpkg 2022-09-27 16:02:28 +05:30
c59c381bcb Changes to bldpkg:
-> Added validatecompiler function to validate compilers using distcc, ccache and sccache
-> Fixed code inside preprunitservice function
-> Existence of /share/pkgconfig directory inside staging directory now causes an ERROR
-> Go easy on symlinks, don't rm -rf; rm -f will do just fine
-> improved code to discard .smlinuxwritetest file to check parent temporary directory
-> Miscellaneous code fixes
2022-09-26 22:37:24 +05:30
af90213c2a Added new checks and removed unnecessary code in bldpkg 2022-09-25 22:25:51 +05:30
081ecb4d39 Updated TODO in bldpkg script 2022-09-24 14:31:46 +05:30
983adfe29f Added more version-specific URL to download variable in base/shellcheck build file
Undertook code cleanup in bldpkg based on suggestions from shellcheck binary
Shellcheck suggestions aside, changes to bldpkg include:
-> Updated TODO list
-> Added set -e again
-> Replaced single-letter variables in runtime function with more sensible variable names
-> Restored man page compression and linking code from earlier bldpkg commits
-> Fixed code to move pkgconfig files from $pkg/share to $pkg/lib
2022-09-23 14:05:42 +05:30
5d96370bf5 Build file cleanups
Changes to bldpkg:
-> Added additional variables to be more verbose when showing either errors, warnings or info messages
-> Optimized find command options in various places
-> Discarded makepkg function and moved its code inside mkfinalpkg function
-> Discarded removestaticlibs function.
-> Static libraries are now compulsorily discarded unless preservestaticlibs variable is set near the top of the build file
-> Several smaller fixes
2022-09-13 08:31:03 +05:30
4a48417c00 Numerous fixes, enhancements and updation to TODO list in bldpkg 2022-09-08 11:04:25 +05:30
549283c0b8 Cleaned up base/initfs build file
Made following changes to bldpkg:
* Introduced makepkg function to remove dependency on external base/pkgtools/makepkg script
* Simplified code inside applypatch function
* Added pigz and plzip parallel compressors inside pkgext case/esac
* Miscellaneous fixes
2022-09-07 11:08:42 +05:30
bf538d3cfd Replaced single quotes with double quotes in base/libgit2
Changes to bldpkg:
* Fixed indentation in help usage function
* Fixed if/else code
* Added a check to cause bldpkg to fail if build validation function fails
* Simplified code for validating custom cpu flags
* Miscellaneous fixes
2022-09-05 20:18:27 +05:30
8c90307be6 Changes to bldpkg:
* Replaced echo with cat for generating summary and fixed related code
* Added -o option for copying alternate build file
* Fixed identation for help usage
* Moved all code related to validating build files into a function 'validatebldfile'
* Use printf for colours
* Added miscellaneous supporting code and comments
2022-09-04 23:01:12 +05:30
80441dbcaf Changes to bldpkg:
* Added code to check if autobuildtemp is set before removing $tempfile
* Added wait argument to nc for probing distccd port
* Removed double quotes from various places
* Updated TODO
2022-09-02 10:37:00 +05:30
3fe6609c23 Changes to bldpkg:
* Updated TODO
* Added double quotes in some commands
* Fixed command explanation in help function
2022-09-01 17:09:41 +05:30
6b4699ccfb Replaced upper-case COMPRESSOPTS variable to lower case in pkgtools/makepkg script in base
Changes to bldpkg:
  -> Added code to validate hosts using netcat when distcc is enabled and also update DISTCC_HOSTS variable accordingly
  -> Using subshell unnecessary; removed it from top and bottom of the file
  -> Fixed wordings in help function
  -> Simplified code for populating buildfile variable by discarding srcdirpath variable
  -> Added required files to be checked when the build starts as an array
  -> genchecksum function is now a variable
  -> Added missing -j in customcputhreads variable; previously the value was ignored by MAKEFLAGS
  -> Added missing '[ERROR]' word when validating build file
  -> Added missing exit when auditd binary was not found
  -> Added sleep when auditd log file exceeds certain lines
  -> Added checks to exit build when sha512 checksums fail to match
  -> Added checks and fixed code when working with patches
  -> Discarded unnecessary double quotes in values inside validpkgextensions array
  -> Fixed identation
2022-08-31 23:40:55 +05:30
a488b78a7f Added new features to bldpkg 2022-08-28 13:13:52 +05:30
fff405029c Updated TODO list in bldpkg 2022-08-25 14:54:54 +05:30
0516150d3d Changes to bldpkg:
* Added auditd-related code
  * Added code to move documentation in the staging directory into right subdirectory
2022-08-25 14:25:45 +05:30
679dc27727 Changes to bldpkg:
* Removed redundant functions
* Added further code to validate build variables
2022-08-18 12:13:41 +05:30
adf409e52b Added genpacklist, a script that extracts package info for use in slapt-get program
Removed redundant code in bldpkg
2022-08-12 16:07:14 +05:30
15e8567f19 Added man-pages to base
Added xfce4-sensors-plugin to xfce
Updated base and xfce4 build lists
Cleaned up code in bldpkg
2022-08-12 16:01:41 +05:30
c6e8906429 Improved code in bldpkg 2022-08-10 17:23:17 +05:30
5d9b19c210 Changes to bldpkg:
* Removed sourcebuildfile function call in various functions to cause sourcing to happen only once
* Added code that invokes /etc/rc.d/rc.gtk whenever /share/applications directory is detected
  to update a system's GTK cache
2022-08-10 14:33:57 +05:30
73cff466bf Changes to bldpkg:
* Added code that detects stripped binaries before we actually strip them of debug symbols
Fixed various typos and code
2022-08-09 15:49:36 +05:30
00b7252c7d Changes to bldpkg:
* Added more stuff in TODO
* Rearranged code that sources bldpkg.conf a few lines up
* Renamed function debugmode to tracemode
* Defined setbuildfile, autoextractmode, displaysummary and setcputhreads functions and added corresponding option letters to getopts
* Added explanation in the help function
* Added temporary commented code for detecting stripped binaries and libraries before they are actually stripped
* Discarded -exec rm -v since the find command already contains -delete
* Discarded --strip-unneeded option from strip command
* Miscellaneous fixes
2022-08-08 22:52:50 +05:30
5ae4ac2d86 Some more code additions and cleanups in bldpkg 2022-07-26 10:01:17 +05:30
434610595c Added and improved code in bldpkg 2022-07-25 12:05:35 +05:30