5 Commits

Author SHA1 Message Date
Andreas Jaeger
754bbb6d15 Cleanup jenkins/scripts
Mark all files that are run (and not only sourced) as executable.

Remove files bump-milestone.sh, run-xmllint.sh and wait_for_nova.sh,
those are not used anywhere in OpenStack (according to codesearch.o.o
and local git grep).

Change-Id: Ie344c9f9f8cc39b102f0147ecffa189e1b83da1e
2017-04-10 22:41:50 +02:00
Davanum Srinivas
07c5940e52 Typo in pypi-extract-universal.py
oops! has_option looks for "bdist_wheel" and then tries
to fetch using "wheel" in getboolean in change id:
I519acfc3080938fe0445705fc98df12201036c30

Change-Id: I68b0cd547caf0c9161c983e7dc0f2259a96af762
2015-11-24 15:19:13 -05:00
Davanum Srinivas
f327c198e1 bdist_wheel/universal is the canonical option
[wheel] being retained for compatibility only:
https://bitbucket.org/pypa/wheel/pull-requests/32/add-a-universal-flag-to-bdist_wheel/
http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#universal-wheels

Change-Id: I519acfc3080938fe0445705fc98df12201036c30
2015-11-23 20:36:50 -05:00
Jeremy Stanley
f21796d28e Fix universal extraction in non-universal wheel
The pypi-extract-universal.py would raise ConfigParser.NoOptionError
when inspecting a setup.cfg with a wheel section but no universal
option. Guard against this by actually testing whether the option is
there rather than merely whether the section exists.

Change-Id: I7a907464e5b1dc211c7e4c4c2f3e6375b7a6085d
2015-07-01 16:35:33 +00:00
Anita Kuno
1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00