Skip to content

Commit 8e2f8dd

Browse files
Revise release tagging instructions and script names
Updated instructions for tagging a release, including script name changes and additional notes for sbndutil mode.
1 parent 786bcb7 commit 8e2f8dd

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

sbndcode_wiki/Tagging_a_release.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ Instructions
3737
to go back and make changes and you can free up space if app
3838
gets full.
3939

40+
- Setup the container `sh /exp/$(id -ng)/data/users/vito/podman/start_SL7dev.sh` and setup sbnd `. /cvmfs/sbnd.opensciencegrid.org/products/sbnd/setup_sbnd.sh`
41+
4042
- Go into your `releases/` directory and run the script
41-
`start_release.sh` with
43+
`git_start_release.sh` with
44+
45+
. git_start_release.sh < version tag >
46+
47+
- Additional modes are available for production releases (which utilize different branches) and for sbndutil (production script repo).
4248

43-
. start_release.sh < version tag >
4449
- Use `master` branch for bringing forth production releases when prompted by `git flow init -f`. Everything else is set to it's default so you can just hit enter through the rest of the prompts.
4550

4651
- This will create new releases of `sbndcode` and `sbndutil`, with branches `release/vXX_YY_ZZ`.
@@ -58,13 +63,14 @@ Instructions
5863

5964
- Files to edit:
6065
- `$MRB_SOURCE/sbndcode/CMakeLists.txt`
61-
- `$MRB_SOURCE/sbndutil/CMakeLists.txt`
66+
- `$MRB_SOURCE/sbndutil/CMakeLists.txt` (if using sbndutil mode)
6267
- `$MRB_SOURCE/sbndcode/ups/product_deps`
63-
- `$MRB_SOURCE/sbndutil/ups/product_deps`
68+
- `$MRB_SOURCE/sbndutil/ups/product_deps` (if using sbndutil mode)
6469

6570
- Do a full install and run the unit tests.
6671

67-
cd $MRB_BUILDDIR
72+
cd lardev-<your version>
73+
source localProducts_larsoft_<your version>_e26_prof/setup
6874
mrbsetenv
6975
mrb t -j16
7076

0 commit comments

Comments
 (0)