edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

New feature to grab the last jenkins build and add it to repo #57

Closed rezib closed 8 years ago

rezib commented 8 years ago

It would be great if clara have this feature:

# clara repo forgesync <repo> <pkg>

1/ it downloads the last successful build artefacts of <pkg> on jenkins 2/ it deletes the previous version of <pkg> in <repo>, if present 3/ it pastes the sources and binaries of <pkg> in repo_src_dir and repo_bin_dir 4/ it adds the new version of <pkg> in <repo> 5/ profit!

mehdid commented 8 years ago

I /think/ that we should define a workflow between repos, clusters and jenkins installation before implementing this feature.

rezib commented 8 years ago

You're right, a pkgs workflow must be defined, definitely.

This feature could work the same way on both clusters and forge server though, so that's not a real technical blocker from my standpoint.

rezib commented 8 years ago

:+1: