Skip to content
Snippets Groups Projects

Manage OldTar ball to keep compatibility

Merged Joel Closier requested to merge joel/LbScripts:manage_oldtar into master
1 unresolved thread

Merge request reports

Merged by avatar (Jul 15, 2025 9:56pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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,
  • Joel Closier Added 1 commit:

    Added 1 commit:

    • 29e353a2 - Chnage all references to tar
  • Joel Closier Added 1 commit:

    Added 1 commit:

    • 3b097310 - Change the command to copy oold tarball
  • Joel Closier Added 1 commit:

    Added 1 commit:

    • 15196b03 - Add licence and use lbinstall instead of afslbpkr
  • Ben Couturier Status changed to merged

    Status changed to merged

  • Ben Couturier mentioned in commit 5c4d7745

    mentioned in commit 5c4d7745

  • Please register or sign in to reply
    Loading