bh: server obmtool.conf,1.214,1.215

cvs at intevation.de cvs at intevation.de
Wed Feb 1 16:08:33 CET 2006


Author: bh

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv15391

Modified Files:
	obmtool.conf 
Log Message:
Same change as in rev. 1.174.2.24:

Do not force registration of the OpenPKG instance.

The openpkg-registry RPM is still installed, though, for the convenience
of users who want to register because they e.g. need additional openpkg
packages.

Also, add ${loc} so that the openpkg-registry RPM is not always
downloaded.


Index: obmtool.conf
===================================================================
RCS file: /kolabrepository/server/obmtool.conf,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- obmtool.conf	1 Feb 2006 15:03:19 -0000	1.214
+++ obmtool.conf	1 Feb 2006 15:08:31 -0000	1.215
@@ -21,10 +21,6 @@
         --url) URL="$arg";;
         esac
     done
-    if test -z "$USERNAME" ; then
-        echo "OpenPKG requires a username for registration. Please supply one with the --user=<username> option at the end of the commandline."
-        exit 1
-    fi
 
 %kolab
     echo "---- boot/build ${NODE} %${CMD} ----"
@@ -52,10 +48,7 @@
         --muid="19414" --ruid="19415" --nuid="19416" \
         --mgid="19414" --rgid="19415" --ngid="19416"
 
-    @install openpkg-registry-0.2.5-20051129
-    $PREFIX/bin/openpkg register --mode=post --user=$USERNAME
-    $PREFIX/bin/openpkg register --printstatus && echo "Please associate the instance now. Then RETURN to continue." && read DUMMY
-
+    @install ${loc}openpkg-registry-0.2.5-20051129
     @install ${loc}make-3.80-2.5.0
     @install ${loc}binutils-2.16.1-2.5.0
     @install ${loc}gcc-4.0.2-2.5.0





More information about the commits mailing list