Replies: 3 comments 4 replies
-
Your use case for dependabot sounds really interesting. |
Beta Was this translation helpful? Give feedback.
-
Here's something that may be useful in https://github.com/mitsuhiko/rye/blob/main/scripts/install.sh |
Beta Was this translation helpful? Give feedback.
-
BumpI think this is now sorted. Here are ~100 patches (covering all repos) where I've introduced bump. Background on bump: Setup:
Right now, instead of the above purpose, I've used Once this is downloaded and setup (directory structure) similarly, bump update can be run (through Future work: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I propose moving all the
ZOPEN_GIT_URL
andZOPEN_TARBALL_URL
to themeta
repository for the following reasons:If we are to use dependabot or some such automation, then it'll have to be setup for each of the port repositories (currently there are ~100 of them).
I don't know if dependabot and such can be setup org-wide, but assuming it's a per-repository setup, this will be a hassle.
By moving these URLs to the
meta
repository, we can use a scheduled script to:_URL
line(s) whenever there's a new release in one of our tracked upstreamsmeta
repoBelow commands give a quick listing of the URLs.
rg
refers to ripgrep.clone all repos under ZOSOpenTools
cd to the 'parent' directory and run this
EDIT: Adding another neat command (to show just the URLs from
buildenv
files) for reference:Beta Was this translation helpful? Give feedback.
All reactions