commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r10158 - in trunk/gnue-appserver: . samples


From: reinhard
Subject: [gnue] r10158 - in trunk/gnue-appserver: . samples
Date: Tue, 20 Apr 2010 15:48:11 -0500 (CDT)

Author: reinhard
Date: 2010-04-20 15:48:11 -0500 (Tue, 20 Apr 2010)
New Revision: 10158

Added:
   trunk/gnue-appserver/.bzrignore
   trunk/gnue-appserver/README.bzr
   trunk/gnue-appserver/samples/README.bzr
   trunk/gnue-appserver/samples/setup-db-bzr.bat
   trunk/gnue-appserver/samples/setup-db-bzr.sh
   trunk/gnue-appserver/setup.bzr
Removed:
   trunk/gnue-appserver/README.svn
   trunk/gnue-appserver/samples/README.svn
   trunk/gnue-appserver/samples/setup-svn-db.bat
   trunk/gnue-appserver/samples/setup-svn-db.sh
   trunk/gnue-appserver/setup.svn
Modified:
   trunk/gnue-appserver/
Log:
Migrated developer install scripts from Subversion to Bazaar.


Property changes on: trunk/gnue-appserver
___________________________________________________________________
Name: bzr:revision-info
   + timestamp: 2010-04-09 20:45:21.650000095 +0200
committer: Reinhard Müller <address@hidden>
properties: 
        branch-nick: appserver

Name: bzr:file-ids
   + .bzrignore bzrignore-20100409182520-tr7f8ql9hm3hlxss-1
README.bzr      address@hidden:trunk%2Fgnue-appserver:README.svn
samples/README.bzr      
address@hidden:trunk%2Fgnue-appserver:samples%2FREADME.svn
samples/setup-db-bzr.bat        
address@hidden:trunk%2Fgnue-appserver:samples%2Fsetup-svn-db.bat
samples/setup-db-bzr.sh 
address@hidden:trunk%2Fgnue-appserver:samples%2Fsetup-svn-db.sh
setup.bzr       address@hidden:trunk%2Fgnue-appserver:setup.svn

Name: bzr:ancestry:v3-single1-dHJ1bmsvZ251ZS1hcHBzZXJ2ZXI.
   + address@hidden

Name: bzr:revision-id:v3-single1-dHJ1bmsvZ251ZS1hcHBzZXJ2ZXI.
   + 1200 address@hidden


Added: trunk/gnue-appserver/.bzrignore
===================================================================
--- trunk/gnue-appserver/.bzrignore                             (rev 0)
+++ trunk/gnue-appserver/.bzrignore     2010-04-20 20:48:11 UTC (rev 10158)
@@ -0,0 +1,6 @@
+po/STATISTICS
+po/*.gmo
+scripts/gacvs
+scripts/gcdcvs
+scripts/ggcvs
+scripts/gldcvs

Copied: trunk/gnue-appserver/README.bzr (from rev 10085, 
trunk/gnue-appserver/README.svn)
===================================================================
--- trunk/gnue-appserver/README.bzr                             (rev 0)
+++ trunk/gnue-appserver/README.bzr     2010-04-20 20:48:11 UTC (rev 10158)
@@ -0,0 +1,30 @@
+Developer Installation Instructions
+===================================
+
+If you have downloaded gnue-appserver from the Bazaar repository (which you
+most probably have, because you wouldn't see this file otherwise), you can
+install and configure everything like described in the files "INSTALL" and
+"doc/configuration.txt".
+
+However, GNU Enterprise supports parallel use of an "installed" version and one
+or several "development" versions by providing a "developer install" script
+that uses different names for the programs.
+
+After downloading all the tools you want to have from the Bazaar repository,
+you just to run ./setup-bzr.py in the gnue-common directory.
+
+With the developer installation, you have to substitute the commands of the
+gnue-appserver package as follows:
+
+gnue-appserver -> gacvs
+gnue-readgcd   -> gcdcvs
+gnue-reagdld   -> gldcvs
+gnue-setupdb   -> gsetupdbcvs
+setup-db.sh    -> setup-db-bzr.sh     ("samples/" directory)
+
+Also, you will find all relevant files and directories in ~/gnue instead of
+/usr/local/gnue.
+
+While the developer install script substitutes the steps given in the file
+"INSTALL", you still have to follow the steps given in doc/configuration.txt
+(with the above substitutions applied).

Deleted: trunk/gnue-appserver/README.svn
===================================================================
--- trunk/gnue-appserver/README.svn     2010-04-20 20:46:30 UTC (rev 10157)
+++ trunk/gnue-appserver/README.svn     2010-04-20 20:48:11 UTC (rev 10158)
@@ -1,30 +0,0 @@
-Developer Installation Instructions
-===================================
-
-If you have downloaded gnue-appserver from the subversion repository (which you
-most probably have, because you wouldn't see this file otherwise), you can
-install and configure everything like described in the files "INSTALL" and
-"doc/configuration.txt".
-
-However, GNU Enterprise supports parallel use of an "installed" version and one
-or several "development" versions by providing a "developer install" script
-that uses different names for the programs.
-
-After downloading all the tools you want to have from the subversion
-repository, you just to run ./setup-svn.py in the gnue-common directory.
-
-With the developer installation, you have to substitute the commands of the
-gnue-appserver package as follows:
-
-gnue-appserver -> gacvs
-gnue-readgcd   -> gcdcvs
-gnue-reagdld   -> gldcvs
-gnue-setupdb   -> gsetupdbcvs
-setup-db.sh    -> setup-svn-db.sh     ("samples/" directory)
-
-Also, you will find all relevant files and directories in ~/gnue instead of
-/usr/local/gnue.
-
-While the developer install script substitutes the steps given in the file
-"INSTALL", you still have to follow the steps given in doc/configuration.txt
-(with the above substitutions applied).

Copied: trunk/gnue-appserver/samples/README.bzr (from rev 10085, 
trunk/gnue-appserver/samples/README.svn)
===================================================================
--- trunk/gnue-appserver/samples/README.bzr                             (rev 0)
+++ trunk/gnue-appserver/samples/README.bzr     2010-04-20 20:48:11 UTC (rev 
10158)
@@ -0,0 +1,6 @@
+To try GNUe-AppServer, please follow the procedure given in the README file,
+but note that the developer versions of the commands have different names:
+
+setup-db.sh    --> setup-db-bzr.sh
+gnue-appserver --> gacvs
+gnue-forms     --> gfcvs

Deleted: trunk/gnue-appserver/samples/README.svn
===================================================================
--- trunk/gnue-appserver/samples/README.svn     2010-04-20 20:46:30 UTC (rev 
10157)
+++ trunk/gnue-appserver/samples/README.svn     2010-04-20 20:48:11 UTC (rev 
10158)
@@ -1,6 +0,0 @@
-To try GNUe-AppServer, please follow the procedure given in the README file,
-but note that the developer versions of the commands have different names:
-
-setup-db.sh    --> setup-cvs-db.sh
-gnue-appserver --> gacvs
-gnue-forms     --> gfcvs

Copied: trunk/gnue-appserver/samples/setup-db-bzr.bat (from rev 10085, 
trunk/gnue-appserver/samples/setup-svn-db.bat)
===================================================================
--- trunk/gnue-appserver/samples/setup-db-bzr.bat                               
(rev 0)
+++ trunk/gnue-appserver/samples/setup-db-bzr.bat       2010-04-20 20:48:11 UTC 
(rev 10158)
@@ -0,0 +1,3 @@
+python gnue-readgcd --connection=gnue sample.gcd
+for %%x in (sample-*.gld) do python gnue-readgld --connection=gnue %%x
+python gnue-schema --connection=gnue sample.gsd

Copied: trunk/gnue-appserver/samples/setup-db-bzr.sh (from rev 10085, 
trunk/gnue-appserver/samples/setup-svn-db.sh)
===================================================================
--- trunk/gnue-appserver/samples/setup-db-bzr.sh                                
(rev 0)
+++ trunk/gnue-appserver/samples/setup-db-bzr.sh        2010-04-20 20:48:11 UTC 
(rev 10158)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+gcdcvs --connection=gnue sample.gcd
+gldcvs --connection=gnue sample-*.gld
+gsscvs --connection=gnue sample.gsd

Deleted: trunk/gnue-appserver/samples/setup-svn-db.bat
===================================================================
--- trunk/gnue-appserver/samples/setup-svn-db.bat       2010-04-20 20:46:30 UTC 
(rev 10157)
+++ trunk/gnue-appserver/samples/setup-svn-db.bat       2010-04-20 20:48:11 UTC 
(rev 10158)
@@ -1,3 +0,0 @@
-python gnue-readgcd --connection=gnue sample.gcd
-for %%x in (sample-*.gld) do python gnue-readgld --connection=gnue %%x
-python gnue-schema --connection=gnue sample.gsd

Deleted: trunk/gnue-appserver/samples/setup-svn-db.sh
===================================================================
--- trunk/gnue-appserver/samples/setup-svn-db.sh        2010-04-20 20:46:30 UTC 
(rev 10157)
+++ trunk/gnue-appserver/samples/setup-svn-db.sh        2010-04-20 20:48:11 UTC 
(rev 10158)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-gcdcvs --connection=gnue sample.gcd
-gldcvs --connection=gnue sample-*.gld
-gsscvs --connection=gnue sample.gsd

Copied: trunk/gnue-appserver/setup.bzr (from rev 10085, 
trunk/gnue-appserver/setup.svn)
===================================================================
--- trunk/gnue-appserver/setup.bzr                              (rev 0)
+++ trunk/gnue-appserver/setup.bzr      2010-04-20 20:48:11 UTC (rev 10158)
@@ -0,0 +1,38 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 3, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2001-2010 Free Software Foundation
+#
+# ********************
+# NOTE:
+# This file is parsed/run by gnue-common's setup-bzr.py script.
+# If you are attempting to set up a Bazaar install environment,
+# please run that file.  This file is not a standalone script.
+# ********************
+
+linkModule ('src/','appserver')
+
+createShell ('gacvs', 'gnue-appserver')
+createShell ('ggcvs', 'gnue-gsdgen')
+createShell ('gcdcvs', 'gnue-readgcd')
+createShell ('gldcvs', 'gnue-readgld')
+
+createLink ('scripts/gsetupdbcvs', '%s/gsetupdbcvs%s' % (BINDIR, SUFFIX), 
overwrite = 1)
+createLink ('scripts/gnue-gcd2html', '%s/gcd2html%s' % (BINDIR, SUFFIX), 
overwrite = 1)
+createLink ('share/repository.ini', '%s/share/gnue/appserver/repository.ini' % 
CONFDIR, overwrite = 1)
+createLink ('share/gnue.gsd', '%s/share/gnue/appserver/gnue.gsd' % CONFDIR, 
overwrite = 1)

Deleted: trunk/gnue-appserver/setup.svn
===================================================================
--- trunk/gnue-appserver/setup.svn      2010-04-20 20:46:30 UTC (rev 10157)
+++ trunk/gnue-appserver/setup.svn      2010-04-20 20:48:11 UTC (rev 10158)
@@ -1,50 +0,0 @@
-#
-# This file is part of GNU Enterprise.
-#
-# GNU Enterprise is free software; you can redistribute it
-# and/or modify it under the terms of the GNU General Public
-# License as published by the Free Software Foundation; either
-# version 3, or (at your option) any later version.
-#
-# GNU Enterprise is distributed in the hope that it will be
-# useful, but WITHOUT ANY WARRANTY; without even the implied
-# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-# PURPOSE. See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public
-# License along with program; see the file COPYING. If not,
-# write to the Free Software Foundation, Inc., 59 Temple Place
-# - Suite 330, Boston, MA 02111-1307, USA.
-#
-# Copyright 2001-2003 Free Software Foundation
-#
-# ********************
-# NOTE:
-# This file is parsed/run by gnue-common's setup-svn.py script.
-# If you are attempting to set up a CVS install environment, please
-# run that file.  This file is not a standalone script.
-# ********************
-#
-# $Id$
-
-# Add our source tree to the gnue.* heirarchy...
-linkModule ('src/','appserver')
-
-# Create our shell script wrappers around the python programs
-createShell ('gacvs', 'gnue-appserver')
-createShell ('ggcvs', 'gnue-gsdgen')
-createShell ('gcdcvs', 'gnue-readgcd')
-createShell ('gldcvs', 'gnue-readgld')
-
-# Create a link for the other shell scripts
-createLink ('scripts/gsetupdbcvs', '%s/gsetupdbcvs%s' % (BINDIR, SUFFIX),
-            overwrite = 1)
-createLink ('scripts/gnue-gcd2html', '%s/gcd2html%s' % (BINDIR, SUFFIX),
-            overwrite = 1)
-
-# Link other files to their correct location
-createLink ('share/repository.ini',
-            '%s/share/gnue/appserver/repository.ini' % CONFDIR, overwrite = 1)
-
-createLink ('share/gnue.gsd', '%s/share/gnue/appserver/gnue.gsd' % CONFDIR,
-            overwrite = 1)





reply via email to

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