![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Functions | |
| def | get_current_branch |
| def | split_version |
| def | format_version |
| def | check_branch_exists |
| def | main |
| def | confirm |
| def | tag |
| def | notes |
Variables | |
| string | default_branch_name "master" |
| def release.check_branch_exists | ( | branch | ) |
Definition at line 30 of file release.py.
View newest version in sPHENIX GitHub at line 30 of file release.py
References util.Spinner().
Referenced by tag().
Here is the call graph for this function:
Here is the caller graph for this function:| def release.confirm | ( | args, | |
yes = False, |
|||
| kwargs | |||
| ) |
Definition at line 50 of file release.py.
View newest version in sPHENIX GitHub at line 50 of file release.py
Referenced by notes(), and tag().
Here is the caller graph for this function:| def release.format_version | ( | version | ) |
Definition at line 27 of file release.py.
View newest version in sPHENIX GitHub at line 27 of file release.py
Referenced by tag().
Here is the caller graph for this function:| def release.get_current_branch | ( | ) |
Definition at line 18 of file release.py.
View newest version in sPHENIX GitHub at line 18 of file release.py
Referenced by tag().
Here is the caller graph for this function:| def release.main | ( | ctx, | |
| token, | |||
| repository, | |||
| retry | |||
| ) |
Definition at line 43 of file release.py.
View newest version in sPHENIX GitHub at line 43 of file release.py
Referenced by notes().
Here is the caller graph for this function:| def release.notes | ( | obj, | |
| tag_name, | |||
| draft, | |||
| yes | |||
| ) |
Definition at line 142 of file release.py.
View newest version in sPHENIX GitHub at line 142 of file release.py
References confirm(), charm_jet_coverage.list, main(), print(), and util.Spinner().
Here is the call graph for this function:| def release.split_version | ( | version | ) |
Definition at line 21 of file release.py.
View newest version in sPHENIX GitHub at line 21 of file release.py
Referenced by tag().
Here is the caller graph for this function:| def release.tag | ( | obj, | |
| tag_name, | |||
| remote, | |||
| yes | |||
| ) |
Definition at line 60 of file release.py.
View newest version in sPHENIX GitHub at line 60 of file release.py
References check_branch_exists(), confirm(), format_version(), get_current_branch(), print(), util.Spinner(), and split_version().
Referenced by EtmPalette.AddEntry(), Acts::ActsExtension.addT(), G4GDMLReadStructure.AssemblyRead(), PHG4GDMLWriteSolids.BooleanWrite(), G4GDMLReadStructure.BorderSurfaceRead(), Packet_iddigitizerv2.decode(), G4GDMLReadStructure.DivisionvolRead(), Acts::GeometryView3D.drawTrackingVolume(), Acts::ActsExtension.getT(), Acts::ActsExtension.getValue(), genfit.GFTrackToTrack(), Acts::ActsExtension.hasT(), Initialise_info(), main(), G4GDMLReadStructure.PhysvolRead(), G4GDMLReadStructure.ReplicaRead(), G4GDMLReadStructure.ReplicavolRead(), G4GDMLReadStructure.SkinSurfaceRead(), G4GDMLReadStructure.StructureRead(), G4GDMLReadStructure.Volume_contentRead(), and G4GDMLReadStructure.VolumeRead().
Here is the call graph for this function:
Here is the caller graph for this function:| string release.default_branch_name "master" |
Definition at line 16 of file release.py.
View newest version in sPHENIX GitHub at line 16 of file release.py