Skip to content

Commit

Permalink
update-luarocks-packages: disable by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
teto committed Jan 25, 2020
1 parent 84a2134 commit 27c88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainers/scripts/update-luarocks-packages
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 27c88c5

Please sign in to comment.