index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 420c41f..ba1f8bb 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -1,8 +1,6 @@ #!/bin/sh # check for packages that need to be built -# Details: -# https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates # shellcheck disable=SC2119,SC2120 |