diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-05 14:54:38 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-05 14:54:38 +0200 |
commit | 6a467ee44c933af9755e4bf2d8308218a16710c7 (patch) | |
tree | 5e0fcb21f59b10075013afd7f3ab13110f5d37ec /etc/generate-repos.sh | |
parent | 2af6dd31503baf48960cd8140bee4610ea57ca50 (diff) | |
download | rules-cc-6a467ee44c933af9755e4bf2d8308218a16710c7.tar.gz |
Upgrade just tag and regenerate repos.json
Diffstat (limited to 'etc/generate-repos.sh')
-rwxr-xr-x | etc/generate-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index ee8d510..28d046a 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -17,7 +17,7 @@ set -eu readonly ROOT=$(readlink -f $(dirname $0)/..) -: ${BRANCH:=v1.1.0-alpha+20230419} +: ${BRANCH:=v1.1.0-beta1} : ${OUTFILE:=${ROOT}/etc/repos.json} just-import-git --as just -C ${ROOT}/etc/repos.template.json \ |