You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbndcode_wiki/Tagging_a_release.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,15 @@ Instructions
37
37
to go back and make changes and you can free up space if app
38
38
gets full.
39
39
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
+
40
42
- 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).
42
48
43
-
. start_release.sh < version tag >
44
49
- 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.
45
50
46
51
- This will create new releases of `sbndcode` and `sbndutil`, with branches `release/vXX_YY_ZZ`.
@@ -58,13 +63,14 @@ Instructions
58
63
59
64
- Files to edit:
60
65
-`$MRB_SOURCE/sbndcode/CMakeLists.txt`
61
-
-`$MRB_SOURCE/sbndutil/CMakeLists.txt`
66
+
-`$MRB_SOURCE/sbndutil/CMakeLists.txt` (if using sbndutil mode)
62
67
-`$MRB_SOURCE/sbndcode/ups/product_deps`
63
-
-`$MRB_SOURCE/sbndutil/ups/product_deps`
68
+
-`$MRB_SOURCE/sbndutil/ups/product_deps` (if using sbndutil mode)
0 commit comments