Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitolite releases #129

Closed
kousu opened this issue Sep 28, 2021 · 3 comments
Closed

gitolite releases #129

kousu opened this issue Sep 28, 2021 · 3 comments

Comments

@kousu
Copy link
Member

kousu commented Sep 28, 2021

Github has these nice release summaries: https://github.com/spinalcordtoolbox/optic_models/releases

Can we create the same for gitolite? It would be somewhat redundant since the interface to "releases" (i.e. git tags) is already straightforward on the command line. It would be the difference between

git clone [email protected]:datasets/uk-biobank-processed && cd uk-biobank-processed && git tag -l

and

ssh [email protected] releases datasets/uk-biobank-processed

but the advantage of the latter is you could look through releases without having to download anything first; and then you could download only the minimally necessary part (with clone -b):

git clone --depth 1 -b r20210923 [email protected]:datasets/uk-biobank-processed
@jcohenadad
Copy link
Member

Maybe consider contacting the gitoline folks with that question (ie: do they already have that feature or planning to develop it?)

@kousu
Copy link
Member Author

kousu commented Sep 28, 2021

reminder: gitolite contact point is [email protected]

@kousu
Copy link
Member Author

kousu commented Dec 5, 2022

This would be cool but this is a WONTFIX because #77 / https://github.com/neuropoly/computers/issues/167 suoersedes it: by replacing gitolite with gitea we get Releases for free, and a bunch of other features.

@kousu kousu closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants