On Sun, Jun 18, 2017 at 7:36 PM, Tony Breeds <[email protected]> wrote: > On Fri, Jun 16, 2017 at 03:59:22PM -0400, Davanum Srinivas wrote: >> Mikhail, >> >> I have a TODO on my list - " adding a job that looks for new releases >> and uploads them to tarballs periodically " > > If you point me to how things are added to that mirror I can work > towards that.
Awesome! thanks Tony, some kolla jobs do that for example, but i think this job is a better one to key off of: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/infra.yaml#n381 Outline of the work is - check if there are any new releases in github downloads, if so download them using wget and then delegate to the scp publisher (with keep-hierarchy) to create the new directories and upload the file(s). Thanks, Dims > > Tony. > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Davanum Srinivas :: https://twitter.com/dims __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
