index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-05-17 09:31:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-17 09:31:20 +0200 |
commit | d1dfd2d0e335c53e04c3b1c14c40f7bb9b6c9282 (patch) | |
tree | 95519054cb69346f8eee6abc6ddf5d156c3d9174 | |
parent | 8eba1468a525b88e54f3a72e4378c3f35ed3786c (diff) |
-rwxr-xr-x | bin/common-functions | 2 | ||||
-rwxr-xr-x | bin/get-package-updates | 3 | ||||
-rwxr-xr-x | bin/return-assignment | 1 |
diff --git a/bin/common-functions b/bin/common-functions index 7e89119..c2fa39e 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -4,7 +4,7 @@ # find the PKGBUILD of a given package in a given repository # TODO: -# _properly_ include repository of package customizations +# mangle $arch in PKBUILDs to contain i486, i586, i686 find_pkgbuild() { diff --git a/bin/get-package-updates b/bin/get-package-updates index d148886..ad1de12 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -4,6 +4,9 @@ # Details: # https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates +# TODOs: +# additional to blacklisted packages ignore any packages depending on them + . "${0%/*}/../conf/default.conf" # Create a lock file for build list. diff --git a/bin/return-assignment b/bin/return-assignment index 5b24502..92f99c1 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -11,6 +11,7 @@ # properly handle if built package is out of date # use lock file(s) # remove old version(s) of newly compiled packages +# check that received archive contains the expected packages . "${0%/*}/../conf/default.conf" |