3 Commits

Author SHA1 Message Date
Joshua Hesketh
11c6d21aef Replace github with git.o.o
Change-Id: Ied2a2c5f89ce20c8efd4e7d5c3d7952f3f40d083
2016-11-03 12:09:05 +11:00
Jesse Pretorius
64708ec7d1 Compress all gathered logs for CI
In order to ensure that all logs gathered do not take up
too much space on CI systems, the logs are gzipped.

In order to make them viewable via a browser from the CI
log host, the files are renamed to .txt before compressing
them.

Closes-Bug: #1620849
Change-Id: I71e629c505770b8e95a6328c79d46ab45ee0300a
2016-09-10 17:02:14 +00:00
Andreas Jaeger
9b314bf30a Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I6b34975ee6ba05c50bb5279d823867e4c311eb9d
2016-08-12 20:55:11 +02:00