Author: reinhard Date: 2010-04-20 15:52:57 -0500 (Tue, 20 Apr 2010) New Revision: 10160
Added: trunk/gnue-reports/.bzrignore trunk/gnue-reports/README.bzr trunk/gnue-reports/setup.bzr Removed: trunk/gnue-reports/README.svn trunk/gnue-reports/setup.svn Modified: trunk/gnue-reports/ Log: Migrated developer install scripts from Subversion to Bazaar. Property changes on: trunk/gnue-reports ___________________________________________________________________ Name: bzr:ancestry:v3-single1-dHJ1bmsvZ251ZS1yZXBvcnRz + reinhard.muel...@bytewise.at-20100409182859-wu0gok0zzjjpvija Name: bzr:revision-id:v3-single1-dHJ1bmsvZ251ZS1yZXBvcnRz + 603 reinhard.muel...@bytewise.at-20100409184902-yqyin6y4hqxzgqeg Name: bzr:revision-info + timestamp: 2010-04-09 20:49:02.433000088 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: reports Name: bzr:file-ids + .bzrignore bzrignore-20100409182744-gqozgs1rxp895s19-1 README.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-reports:README.svn setup.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-reports:setup.svn Added: trunk/gnue-reports/.bzrignore =================================================================== --- trunk/gnue-reports/.bzrignore (rev 0) +++ trunk/gnue-reports/.bzrignore 2010-04-20 20:52:57 UTC (rev 10160) @@ -0,0 +1,5 @@ +po/STATISTICS +po/*.gmo +scripts/grcvs +scripts/grdcvs +scripts/grfcvs Copied: trunk/gnue-reports/README.bzr (from rev 10140, trunk/gnue-reports/README.svn) =================================================================== --- trunk/gnue-reports/README.bzr (rev 0) +++ trunk/gnue-reports/README.bzr 2010-04-20 20:52:57 UTC (rev 10160) @@ -0,0 +1,23 @@ +Developer Installation Instructions +=================================== + +If you have downloaded gnue-reports 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. + +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-reports package as follows: + +gnue-reports -> grcvs +gnue-reports-server -> grdcvs +gnue-reports-filter -> grfcvs + +Also, you will find all relevant files and directories in ~/gnue instead of +/usr/local/gnue. Deleted: trunk/gnue-reports/README.svn =================================================================== --- trunk/gnue-reports/README.svn 2010-04-20 20:51:01 UTC (rev 10159) +++ trunk/gnue-reports/README.svn 2010-04-20 20:52:57 UTC (rev 10160) @@ -1,23 +0,0 @@ -Developer Installation Instructions -=================================== - -If you have downloaded gnue-reports 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. - -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-reports package as follows: - -gnue-reports -> grcvs -gnue-reports-server -> grdcvs -gnue-reports-filter -> grfcvs - -Also, you will find all relevant files and directories in ~/gnue instead of -/usr/local/gnue. Copied: trunk/gnue-reports/setup.bzr (from rev 10140, trunk/gnue-reports/setup.svn) =================================================================== --- trunk/gnue-reports/setup.bzr (rev 0) +++ trunk/gnue-reports/setup.bzr 2010-04-20 20:52:57 UTC (rev 10160) @@ -0,0 +1,37 @@ +# +# 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/', 'reports') + +createShell ('grcvs', 'gnue-reports') +createShell ('grdcvs', 'gnue-reports-server') +createShell ('grfcvs', 'gnue-reports-filter') + +createLink ('src/adapters/filters/Labels/etc', '%s/share/gnue/filters/Labels' % CONFDIR, overwrite=1) +createLink ('src/adapters/filters/SimpleTabulation/etc', '%s/share/gnue/filters/SimpleTabulation' % CONFDIR, overwrite=1) +createLink ('src/adapters/filters/Char/etc/printdef', '%s/share/gnue/filters/Char' % CONFDIR, overwrite=1) +createLink ('etc/sample.report-filters.conf', '%s/etc/sample.report-filters.conf' % CONFDIR, overwrite=1) Deleted: trunk/gnue-reports/setup.svn =================================================================== --- trunk/gnue-reports/setup.svn 2010-04-20 20:51:01 UTC (rev 10159) +++ trunk/gnue-reports/setup.svn 2010-04-20 20:52:57 UTC (rev 10160) @@ -1,38 +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-2004 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. -# ******************** -# - -linkModule ('src/', 'reports') - -createShell ('grcvs', 'gnue-reports') -createShell ('grdcvs', 'gnue-reports-server') -createShell ('grfcvs', 'gnue-reports-filter') - -createLink ('src/adapters/filters/Labels/etc', '%s/share/gnue/filters/Labels' % CONFDIR, overwrite=1) -createLink ('src/adapters/filters/SimpleTabulation/etc', '%s/share/gnue/filters/SimpleTabulation' % CONFDIR, overwrite=1) -createLink ('src/adapters/filters/Char/etc/printdef', '%s/share/gnue/filters/Char' % CONFDIR, overwrite=1) -createLink ('etc/sample.report-filters.conf', '%s/etc/sample.report-filters.conf' % CONFDIR, overwrite=1) _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue