[Qa-jenkins-scm] [jenkins.debian.net] 01/01: increase /srv/workspace to 100 GB
Holger Levsen
holger at moszumanska.debian.org
Sat Jul 4 09:57:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e2e65a2d1422d97230cfe514ffd3fe499ef85d50
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Mon Jun 22 20:41:37 2015 +0000
increase /srv/workspace to 100 GB
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 94c6274..81ee1ef 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -34,7 +34,7 @@ done
mkdir -p /srv/workspace
if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
- echo "tmpfs /srv/workspace tmpfs defaults,size=60g 0 0" >> /etc/fstab
+ echo "tmpfs /srv/workspace tmpfs defaults,size=100g 0 0" >> /etc/fstab
fi
if ! mountpoint -q /srv/workspace; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list