Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Storage of Thirdparty binaries #2

Open
jpfeuffer opened this issue Jan 20, 2016 · 6 comments
Open

Storage of Thirdparty binaries #2

jpfeuffer opened this issue Jan 20, 2016 · 6 comments

Comments

@jpfeuffer
Copy link
Contributor

We should think about unifying the storage place of the thirdparty binaries.
For Windows, e.g. the nightlies access the SVN repo where all binaries (lnx,mac,win) are stored.
On the other hand, in its current state, the installer in this repository "hard-codedly" takes the binaries from the to_install folder in this git repo.
Potentially a source of errors. I do not even know, if the current versions of the binaries match.

@jpfeuffer
Copy link
Contributor Author

Related to OpenMS/OpenMS#1783.

@jpfeuffer
Copy link
Contributor Author

And related to OpenMS/THIRDPARTY#3.
I will migrate as soon as the nightlies can handle it.

@hroest
Copy link

hroest commented Jul 15, 2016

I have to say this usecase is actually one of the few cases where SVN makes much more sense than git. If I want a specific version of the binaries, I want to specify exactly that version and I do not want to have the whole history because I know that my version of OpenMS works exactly with those versions of the binaries.

@timosachsenberg
Copy link
Contributor

I think this is supported by newer version of git.
e.g.
git archive --remote=ssh://host/pathto/repo.git HEAD README.md
to get a single file.
Also works with directories

@timosachsenberg
Copy link
Contributor

@jpfeuffer I think we should remove the 3rd party binaries here and instead get them from the THIRDPARTY git repository

@timosachsenberg
Copy link
Contributor

close?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants