From d1dfd2d0e335c53e04c3b1c14c40f7bb9b6c9282 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 May 2017 09:31:20 +0200 Subject: updated TODOs --- bin/common-functions | 2 +- bin/get-package-updates | 3 +++ bin/return-assignment | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') 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" -- cgit v1.2.3-54-g00ecf