Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Task or ResourceClientHow provided nowFuture
Release build binariesL1Built by RM, available from SLAC filesystem 
 UserSLAC filesystem for local users; Installer for remote users 
Externals for a particular buildL1Available from SLAC filesystem 
 SLAC userSLAC filesystem 
 Remote userExternals are stashed by RM and locations recorded in db. Installer looks them up 
Source for a particular buildSuperuser1Developer tar ball (created by RM as part of build) or check out from CVS by tag

Dev tarball if available.  Also

Repoman: invoke script

subrepo: native git commands

Bleeding edge sourceDeveloperCheck out or update from CVS

Repoman: invoke script

subrepo: native git commands

Tag a packageDeveloperUse stag program. (Note CVS tagger hook disallows certain tag operations by unprivileged users)Native git tag command. Likely also need tool to emulate some stag functions.
Tag a container (release or release candidate)DeveloperUser tagCollector python script.  Requires presence of packageList.txt in container 
Tag a container (LATEST builds)Continuous integration2RM daemon periodically invoked, searches repository for new package tags. 
Create publicly-available buildsContinuous integration2RM daemon periodically invoked, searches for new container tags 
Display build output, errorsDevelopers, usersRM II web pages display information stored in RM database during build process including constituent package tags of a build, compile output, test program output, comparisons, etc. 
Notify developers of build errorsDevelopersPart of RM build 
Commit codeDeveloperCVS commit

Repoman: git push

subrepo: git push; subrepo push

  

  

1Superuser is the same user but may have a reason to build from source, e.g. to run on a non-standard platform.

...

We will need some kind of tool to provide these functions, including keeping consistency between packageList.txt and the contents of the new tag, but most likely it can be simpler than tagCollector.py, which had to make allowances for poor CVS performance among other things.