diff options
author | Erich Eckner <git@eckner.net> | 2017-04-22 18:54:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-04-22 18:54:27 +0200 |
commit | 8d42512ab208f45a62688dcade6c39f6ca16c430 (patch) | |
tree | 80619e0b36f848de1e9b666a223092f4d2337403 /bin | |
parent | ed96af80ad7aeadf6dc368cafa0155a03eab1462 (diff) | |
download | builder-8d42512ab208f45a62688dcade6c39f6ca16c430.tar.xz |
bin/get-package-updates
bin/get-package-updates: add suggested todos
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-package-updates | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index d1fbc36..572053f 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 +# TODO: +# use tsort and mksrcinfo + set -e lock_file="/tmp/get-package-updates.lock" |