summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-01-24 21:20:26 +0100
committerMatthieu Coudron <mattator@gmail.com>2020-01-25 19:39:28 +0100
commit27c88c51e70d63e28bec35df27c3db4baead6d33 (patch)
tree18a2b9017b4ca1a2aa865583162adb790d854003 /maintainers/scripts
parent84a2134baad9859f6a9fab88edd1a22437ba600a (diff)
downloadnixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar.gz
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar.bz2
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar.lz
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar.xz
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.tar.zst
nixpkgs-27c88c51e70d63e28bec35df27c3db4baead6d33.zip
update-luarocks-packages: disable by default
Not only the binary `parallel` displays a re,inder to quote their
software but it systematically breaks update here regardless of my
network quality.
Better be slow than fail. If anyone can fix it, we may rollback this.
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/update-luarocks-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/update-luarocks-packages b/maintainers/scripts/update-luarocks-packages
index 1a31d71086f..5c42080745e 100755
--- a/maintainers/scripts/update-luarocks-packages
+++ b/maintainers/scripts/update-luarocks-packages
@@ -19,7 +19,7 @@ export LUAROCKS_CONFIG="$NIXPKGS_PATH/maintainers/scripts/luarocks-config.lua"
 
 # 10 is a pretty arbitrary number of simultaneous jobs, but it is generally
 # impolite to hit a webserver with *too* many simultaneous connections :)
-PARALLEL_JOBS=10
+PARALLEL_JOBS=1
 
 exit_trap() {
     local lc="$BASH_COMMAND" rc=$?