Changes between Version 1 and Version 2 of GENIRacksHome/OpenGENIRacks/SoftwareReleaseNotes


Ignore:
Timestamp:
05/27/14 12:12:56 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/SoftwareReleaseNotes

    v1 v2  
    1 == Process Describing GRAM Releases ==
     1== GRAM Releases package creation ==
    22
    3 Process to be followed for GRAM releases:
     3The following process is to be followed to create a GRAM release package:
    44
    5   1.  Decide on a release number such as 2.0
    6   2.  Repository should be tagged by typing: 
     5  1.  Determine the release number (example 2.0)
     6  2.  Repository should be tagged with the release number by typing: 
    77      * git tag -a v2.0 -m 'v2.0'
    88  3.  From the top level gram directory type:
     
    1818    * dpkg -x somepackage.deb ~/temp/
    1919
     20
     21This are the available options for the create_gram_packages.py script:
    2022{{{
    2123
    22 Usage: create_gram_packages.py [options]
     24     Usage: create_gram_packages.py [options]
    2325
    24 Options:
    25   -h, --help            show this help message and exit
    26   --version=VERSION     Version number for gram deb release
    27   --output_directory=OUTPUT_DIRECTORY
     26     Options:
     27       -h, --help            show this help message and exit
     28       --version=VERSION     Version number for gram deb release
     29       --output_directory=OUTPUT_DIRECTORY
    2830                        Output directory for deb files
    29   --gcf_root=GCF_ROOT   Location of local GCF root
    30   --is_update=IS_UPDATE
     31       --gcf_root=GCF_ROOT   Location of local GCF root
     32       --is_update=IS_UPDATE
    3133                        Use this option to create an update package rather
    3234                        than the full package
    33   --gram_root=GRAM_ROOT
     35       --gram_root=GRAM_ROOT
    3436                        Root of the GRAM source tree
    35 
    36 
    37 
    3837}}}