Manage OldTar ball to keep compatibility
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Milestone changed to %v8r7
Reassigned to @bcouturi
- LbRelease/python/LbRelease/OldTarRelease.py 0 → 100644
10 11 # # @class ReleaseSlot 12 # Main script class for to release RPMs to the repository. 13 class ReleaseSlot( Script ): 14 _version = ParseSvnVersion( "$Id: $", "$URL: $" ) 15 def __init__( self ): 16 Script.__init__( self, usage = "\n\t%prog [options] releasedir", 17 description = "Script to copy OldTars to the LHCb TAR repository and reindex the DB" ) 18 19 def defineOpts( self ): 20 ''' User options ''' 21 self.parser.add_option( "-i", "--interactive", action = "store_true", default = False, 22 help = "Prompt before copying the files" ) 23 self.parser.add_option( "-o", "--oldtar-dir", action = "store", default = "/afs/cern.ch/lhcb/distribution", 24 help = "Prompt before copying the files" ) 25 self.parser.add_option( "--rpm-regex", action = "store", default = None, Added 1 commit:
- 29e353a2 - Chnage all references to tar
Added 1 commit:
- 3b097310 - Change the command to copy oold tarball
Added 1 commit:
- 15196b03 - Add licence and use lbinstall instead of afslbpkr
mentioned in commit 5c4d7745
Mentioned in commit joel/LbScripts@5c4d7745
Please register or sign in to reply