Skip to content

Commit d2140c1

Browse files
committed
add instructions for running debian/obsupdate.sh
1 parent 52b2210 commit d2140c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ SciTokens-cpp includes a submodule, jwt-cpp. Therefore, to create a release, yo
5252
git submodule update --init
5353
git submodule foreach --recursive "git archive --prefix=scitokens-cpp-0.3.3/\$path/ --output=\$sha1.tar HEAD && tar --concatenate --file=$(pwd)/scitokens-cpp-0.3.3.tar \$sha1.tar && rm \$sha1.tar"
5454
gzip "scitokens-cpp-0.3.3.tar"
55+
56+
This package is built on the
57+
[cvmfs-config OpenSUSE Build Service](https://build.opensuse.org/project/show/home:cvmfs:contrib).
58+
In order to support that run `debian/obsupdate.sh` whenever the version
59+
or release number is changed in `rpm/scitokens-cpp.spec`, and commit the
60+
generated `debian/scitokens-cpp.dsc` before tagging the release.
61+

0 commit comments

Comments
 (0)