gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1912: update gnubatch to 1.7


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1912: update gnubatch to 1.7
Date: Wed, 13 Feb 2013 22:28:13 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1912
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-13 22:28:13 +0100
message:
  update gnubatch to 1.7
modified:
  gnu/gnubatch/Makefile
  gnu/gnubatch/config.mk
  gnu/gnubatch/sha256sums
=== modified file 'gnu/gnubatch/Makefile'
--- a/gnu/gnubatch/Makefile     2012-12-16 22:50:44 +0000
+++ b/gnu/gnubatch/Makefile     2013-02-13 21:28:13 +0000
@@ -1,6 +1,6 @@
 NAME = GNUbatch
 GARNAME = gnubatch
-GARVERSION = 1.6
+GARVERSION = 1.7
 HOME_URL = http://www.gnu.org/software/gnubatch/
 DESCRIPTION = An advanced batch scheduling system
 
@@ -20,21 +20,21 @@
 include ../../gar.lib/auto.mk
 include config.mk
 
-CONFIGURE_ARGS += BATCHUSER=$(BATCHUSER) STAGED_INSTALL=true
-BUILD_ARGS += BATCHUSER=$(BATCHUSER)
-INSTALL_ARGS += BATCHUSER=$(BATCHUSER)
+CONFIGURE_ARGS += BATCHUSER=$(BATCHUSR) STAGED_INSTALL=true
+BUILD_ARGS += BATCHUSR=$(BATCHUSR)
+INSTALL_ARGS += BATCHUSR=$(BATCHUSR)
 
 pre-configure:
-       sed -i -e 's/-g root/-g $(ROOTGROUP)/g' $(WORKSRC)/Makefile.in
-       sed -i -e 's/-o root/-o $(ROOTUSER)/g' $(WORKSRC)/Makefile.in
+       sed -i -e 's/-g root/-g $(ROOTGRP)/g' $(WORKSRC)/Makefile.in
+       sed -i -e 's/-o root/-o $(ROOTUSR)/g' $(WORKSRC)/Makefile.in
        $(MAKECOOKIE)
 
 post-build:
-       sed -i -e 's/-g root/-g $(ROOTGROUP)/g' $(WORKSRC)/build/Makefile
-       sed -i -e 's/-g tty/-g $(TTYGROUP)/g' $(WORKSRC)/build/Makefile
-       sed -i -e 's/-o root/-o $(ROOTUSER)/g' $(WORKSRC)/build/Makefile
-       sed -i -e 's/-g root/-g $(ROOTGROUP)/g' $(WORKSRC)/build/loccgi/Makefile
-       sed -i -e 's/-g root/-g $(ROOTGROUP)/g' $(WORKSRC)/build/remcgi/Makefile
-       sed -i -e 's/-g gnubatch/-g $(BATCHUSER)/g' 
$(WORKSRC)/build/remcgi/Makefile
-       sed -i -e 's/-o root/-o $(ROOTUSER)/g' $(WORKSRC)/build/remcgi/Makefile
+       sed -i -e 's/-g root/-g $(ROOTGRP)/g' $(WORKSRC)/build/Makefile
+       sed -i -e 's/-g tty/-g $(TTYGRP)/g' $(WORKSRC)/build/Makefile
+       sed -i -e 's/-o root/-o $(ROOTUSR)/g' $(WORKSRC)/build/Makefile
+       sed -i -e 's/-g root/-g $(ROOTGRP)/g' $(WORKSRC)/build/loccgi/Makefile
+       sed -i -e 's/-g root/-g $(ROOTGRP)/g' $(WORKSRC)/build/remcgi/Makefile
+       sed -i -e 's/-g gnubatch/-g $(BATCHUSR)/g' 
$(WORKSRC)/build/remcgi/Makefile
+       sed -i -e 's/-o root/-o $(ROOTUSR)/g' $(WORKSRC)/build/remcgi/Makefile
        $(MAKECOOKIE)

=== modified file 'gnu/gnubatch/config.mk'
--- a/gnu/gnubatch/config.mk    2012-11-10 23:43:38 +0000
+++ b/gnu/gnubatch/config.mk    2013-02-13 21:28:13 +0000
@@ -11,11 +11,11 @@
 
 # gnubatch requires that you set a batch user (default gnubatch). Only changes 
in
 # this variable are supported
-BATCHUSER = gnubatch
+BATCHUSR = gnubatch
 
 # Many files are placed under ownership of the 'root' user/group. You may give 
them
 # a different group here. 
-ROOTUSER = root
-ROOTGROUP = root
+ROOTUSR = root
+ROOTGRP = root
 # Some files are assigned to the 'tty' group. You may change that here
-TTYGROUP = tty
+TTYGRP = tty

=== modified file 'gnu/gnubatch/sha256sums'
--- a/gnu/gnubatch/sha256sums   2012-11-04 16:23:10 +0000
+++ b/gnu/gnubatch/sha256sums   2013-02-13 21:28:13 +0000
@@ -1,3 +1,3 @@
-f36c08eec644e1a62646e11222e9ae8fa02e627b441c65833f465bc6661db4d6  
download/gnubatch-1.6.tar.gz
+c71bd9e49097e0ab55bfe74f750d43db7e3a8b0267fc2e4880fa07ae881bbfe9  
download/gnubatch-1.7.tar.gz
 8cb5cb4f8e00dc7027933d0eaf44c6c00a25e521b9c5bba5258f8eafe10e8bf1  
download/fix-build.diff
-225769e8fd358f5adaecc066c6a4bce507e82cf484bcfff91595ed5d47014c45  
download/gnubatch-1.6.tar.gz.sig
+ea9c7b49971f0faf198f12d8d4828a3b9d46d09cf0715ebf90e034f049b33ec0  
download/gnubatch-1.7.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]