22 Commits

Author SHA1 Message Date
Ian Wienand
7c4ce9edba Check for new versions of get-pip.py
People can leave their devstack installs around for a long time, and
in the mean time new versions of pip can be released.

The current check does not download a new version if an old one
exists.  We want to check for new versions, but we also don't want the
gate jobs trying this sometimes unreliable fetch.

So add a flag-file that tells devstack if it downloaded get-pip.py
originally.  If so, on each run check for a new version using curl's
"-z" flag to request only files modified since the file's timestamp.

Change-Id: I91734528f02deafabf3d18d968c3abd749751199
Closes-Bug: #1429943
2015-03-11 09:40:13 +11:00
Monty Taylor
0cbddea50d Move the doc paths to match other repos
In order to build in the Infra system, we'd like to be able to reuse the
existing doc build macros. To support that, move docs/source to
doc/source and docs/html to doc/build/html.

Change-Id: Ibd8e8e82e54c69b182120df67e6ec6908fed2908
2014-10-14 12:13:07 -04:00
K Jonathan Harker
0c256abd76 Use tox for bashate testing
Create a tox.ini file to install bashate into a virtualenv for running
tests. It can be run with a command such as "tox -v -ebashate". The find
command being used is equivalent to the default list of files discovered
by bashate plus the exclusion of the .tox/ directory. Also add the .tox/
directory to the .gitignore file.

Change-Id: I94cab4e4a9118d62edfce29ead1f1e2a5f48e529
2014-08-20 12:53:42 -07:00
Dean Troyer
54b9732339 Move static docs into master branch
The hand-maintained static HTML docs for DevStack have been in a
GitHub gh-pages branch; move them into the master branch in
preparation for hosting them in openstack.org infrastructure.

By default tools/build_docs.sh now builds the static HTML output
into docs/html.

Change-Id: Ide5f7d980a294c7a9f8a3decaed0939f1c239934
2014-06-20 18:04:55 -05:00
Masayuki Igawa
ab491bcc88 Add get-pip.py/*.qcow2 to .gitignore
files/get-pip.py and *.qcow2 are installed by DevStack itself. So
we shouldn't manage it with the git repository.

Change-Id: Ib22ed814d3d3eb33ef3ff45874b0ff36b2036cf5
2014-01-23 12:41:38 +09:00
Isaku Yamahata
f93b98ac73 gitignore: add .localrc.auto and local.conf
The changeset of 893e66360caf3bcf0578d4541b3c17d089c33b02,
Change-Id of I367cadc86116621e9574ac203aafdab483d810d3
introduced local.conf and generates .localrc.auto.
But they aren't in .gitignore. This patch adds them into .gitignore.

Change-Id: I7d4dc99d980d9c5b5156cf915646bc96163a3dc4
Closes-Bug: #1267027
2014-01-08 18:16:29 +09:00
Jenkins
b2d40cf18b Merge "Add pip folder to ignore list" 2013-12-17 15:19:16 +00:00
Sushil Kumar
6cc0c12dd0 Updates .gitignore
Closes-Bug: #1255854

Change-Id: I22b6fa351dd5b654783f432c01785c706eff8397
2013-11-28 07:35:25 +00:00
Noorul Islam K M
261852ddfc Add pip folder to ignore list
Change-Id: I26da80b9e09774b9940d382a32cf69e75c61a527
2013-11-12 20:25:11 +05:30
Dean Troyer
c04ddbe868 Robustify shocco install and config
* shocco has some non-optional prereqs, make sure they are present if
shocco is being installed
* set the path to installed shocco correctly
* add the working dir to .gitignore

Change-Id: If786ea9e28d3595775f7b86d2fe760dff8047f49
2013-11-06 21:46:20 -06:00
Adam Spiers
6fa67c99ba git-ignore files generated by "./tools/build_docs.sh ."
Change-Id: Ibf190998e52e7814ddc7f7ab4cf174aee28df9bf
2013-10-24 17:09:38 +01:00
Chmouel Boudjnah
afae8f4c35 Ignore autogenerated .prereqs.
Change-Id: I593d6bc7776d73e8dff6b9791242fdc3b18db338
2013-03-01 10:31:29 +01:00
Chmouel Boudjnah
9a28c86b4c Add .stackenv to gitignore.
Change-Id: I39e91aaf5e9ff29b025fd5a1aa74bad01c5e5bdd
2013-01-10 15:43:00 +01:00
Attila Fazekas
22ef573172 Add generic account rc creater
* Creates account rc files for all tenant user
* Able to create new accounts
* The rc files contains certificates for image bundle
* euca related steps can be simpler in the future

Change-Id: I917bffb64e09a5d85c84cde45777c49eaca65e64
2012-12-20 18:01:13 +01:00
Doug Hellmann
918360ee87 Ignore .pem files
Ignore certificate files created by running stack.sh.

Change-Id: Ib11e87261dad5985e7852c339243035d715924ed
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-09-22 10:51:31 -04:00
Doug Hellmann
a548fc9740 update list of files for git to ignore
These files are all created in the course of running
devstack and openstack but should not be tracked
as part of the devstack sources.

Change-Id: Ia3939c6e20f8d6fadaa18d2f3619361dc9375696
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-07-06 14:03:14 -04:00
Vincent Untz
ef352b51c5 Ignore vim swap files
Makes the life of vim users simpler.

Change-Id: I62da9821be8b619fe3fc41d4eeb6286d3ec88e1c
2012-06-14 15:52:05 +02:00
Dean Troyer
f5633ddb7d Add local.sh support and samples of local.sh and locarc
Run $TOP_DIR/local.sh at the end of stack.sh if it exists and is executable.
This allows the user to automatically perform local actions on every re-stack,
such as creating custom flavors or specific tenants/users.  Like localrc, this
file is not distributed with DevStack so user modifications will be undisturbed.

Add local.sh to .gitignore

Examples of local.sh and localrc are in the samples/ directory.

Change-Id: I0be6b4d80ce084981cac8a3a8f1dc9bc8c3bbd4e
2012-03-28 16:35:15 -05:00
Chmouel Boudjnah
f1f1dd961a Update gitignore to ignore log files and localrc 2011-11-01 13:15:09 +00:00
termie
d5e1f7ba09 make stackrc source localrc 2011-09-28 17:04:01 -05:00
Jesse Andrews
57133cd67e ignore ~ files 2011-09-14 11:29:12 -07:00
Jesse Andrews
5f0982007f move screenrc from stack.sh 2011-09-11 16:34:34 -07:00