From: Barış Metin Date: Mon, 19 Oct 2009 20:25:44 +0000 (+0000) Subject: - comment out requiretty X-Git-Tag: 4.3-rc14~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=748273db5ab2abe2db5743b076a568327aebb3e1;p=build.git - comment out requiretty Setting tag VserverReference-4.2-15 --This line, and those below, will be ignored-- Please write a changelog for this new tag in the section above DIFF========= Index: build.sh =================================================================== --- build.sh (.../tags/VserverReference-4.2-14) (révision 15364) +++ build.sh (.../trunk) (révision 15364) @@ -137,5 +137,6 @@ # fix sudoers config [ -f ${vref}/etc/sudoers ] && echo -e "\nDefaults\tlogfile=/var/log/sudo\n" >> ${vref}/etc/sudoers +[ -f ${vref}/etc/sudoers ] && sed -i 's,^Defaults.*requiretty,#Defaults requiretty,' ${vref}/etc/sudoers exit 0 --- diff --git a/coblitz-tags.mk b/coblitz-tags.mk index f6152560..807d6036 100644 --- a/coblitz-tags.mk +++ b/coblitz-tags.mk @@ -35,7 +35,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5 diff --git a/onelab-tags.mk b/onelab-tags.mk index 92847fd1..05f160a5 100644 --- a/onelab-tags.mk +++ b/onelab-tags.mk @@ -41,7 +41,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5 diff --git a/planetbridge-tags.mk b/planetbridge-tags.mk index 30e6ca8e..76b6eda4 100644 --- a/planetbridge-tags.mk +++ b/planetbridge-tags.mk @@ -35,7 +35,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5 diff --git a/planetlab-k27-tags.mk b/planetlab-k27-tags.mk index 1c52c34f..bc1af1c5 100644 --- a/planetlab-k27-tags.mk +++ b/planetlab-k27-tags.mk @@ -44,7 +44,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5 diff --git a/planetlab-tags.mk b/planetlab-tags.mk index 0f70a828..36553556 100644 --- a/planetlab-tags.mk +++ b/planetlab-tags.mk @@ -36,7 +36,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5 diff --git a/trellis-tags.mk b/trellis-tags.mk index 6c7b605f..838866ed 100644 --- a/trellis-tags.mk +++ b/trellis-tags.mk @@ -40,7 +40,7 @@ nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig- BootManager-SVNPATH := http://svn.planet-lab.org/svn/BootManager/tags/BootManager-4.3-12 pypcilib-SVNPATH := http://svn.planet-lab.org/svn/pypcilib/tags/pypcilib-0.2-8 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-15 -VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-14 +VserverReference-SVNPATH := http://svn.planet-lab.org/svn/VserverReference/tags/VserverReference-4.2-15 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/BootstrapFS-1.0-9 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-27 sfa-SVNPATH := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-5