[arch-projects] [devtools] [PATCH] makechrootpkg: whitelist return code 14 from makepkg

2018-05-29 Thread Eli Schwartz via arch-projects
makepkg 5.1 implements error codes, and 14 means that installing the packages after they were built has failed. We don't care about this error and would like makechrootpkg to succeed regardless, e.g. for split packages that are mutually exclusive. Signed-off-by: Eli Schwartz ---

[arch-projects] [namcap][PATCH] A handful of corrections to the namcap usage output

2018-05-29 Thread Sean Enck via arch-projects
noticed the following items in the usage output of namcap: 1. Displaying the site-packages path of namcap and not just 'namcap' 2. Missing long options in usage output 3. Not displaying anything about -h/--help (even if that's a given) Signed-off-by: Sean Enck --- namcap.py | 11 ++- 1