This website works better with JavaScript.
Home
Help
Register
Sign In
deblan
/
deblan-report
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add ulimit to fix "Argument list too long"
develop
Simon Vieille
1 year ago
parent
973a318764
commit
c52020a775
Signed by:
deblan
GPG Key ID:
03383D15A1D31745
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
hooks/on-finish
+2
-0
hooks/on-start
+2
-0
report
+ 2
- 0
hooks/on-finish
View File
@ -1 +1,3 @@
#!/bin/sh
ulimit -s $ULIMIT
+ 2
- 0
hooks/on-start
View File
@ -1,5 +1,7 @@
#!/bin/sh
ulimit -s 65536
if ! apt-get update >/dev/null 2>/dev/null; then
printf "La mise à jour de la liste des paquets à échoué.\n"
fi
+ 2
- 0
report
View File
@ -22,6 +22,8 @@ fi
cd "$SCRIPT_PATH"
export ULIMIT=$(ulimit -s)
./hooks/on-start
REPORT="$(
Write
Preview
Loading…
Cancel
Save