Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Sync to tag or revision for OneCRLTools #62

Closed
mwobensmith opened this issue Jun 2, 2017 · 3 comments · Fixed by #127
Closed

Sync to tag or revision for OneCRLTools #62

mwobensmith opened this issue Jun 2, 2017 · 3 comments · Fixed by #127
Assignees
Milestone

Comments

@mwobensmith
Copy link
Contributor

Ideally, known good releases of OneCRLTools could be labeled with tags to make it easy to sync to. However, it is also possible to sync to git revision, so we could consider that as well.

pip install git+git://github.com/username/project.git@2927346f4c513a217ac8ad076e494dd1adbf70e1

https://pip.pypa.io/en/latest/reference/pip_install/#git

@cr
Copy link
Contributor

cr commented Jun 2, 2017

While pip has very good support for fixing package versions to git branches, tags and even commits, Go packages like OneCRLTools instead need to go through go get / install which seems to have none of that. In #58 I elaborated a bit on a possible workaround that makes use of tags. We could probably make this work as soon as @mozmark pushes release tags to his repo.

@cr
Copy link
Contributor

cr commented Jul 7, 2017

I had a chat about this with @mozmark during our work week. He seemed keen on publishing release tags, so we can then sync to those. @mozmark, do you already know when you can get to this?

@cr cr added this to the v3.1.1 milestone Jul 7, 2017
@cr
Copy link
Contributor

cr commented Jul 22, 2017

This has been prepared in #107. What's left to do is to pin to the new release tag that @MGoodwin just introduced to his repo.

@cr cr self-assigned this Aug 9, 2017
@cr cr modified the milestones: v3.1.3, v3.1.2 Aug 9, 2017
@cr cr added the upstream label Aug 11, 2017
@cr cr closed this as completed in #127 Nov 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants