summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-01-12add .python-version to gitignore (#1186)Brett Holman
2021-10-08.gitignore: ignore tags file for ctags users (#1057)Brett Holman
2021-02-18Update .gitignore (#814)James Falcon
2020-10-01Initial implementation of integration testing infrastructure (#581)James Falcon
2020-03-18.gitignore: add more common directories (#258)Daniel Watkins
2019-10-16Add .venv/ to .gitignoreDominic Schlegel
2019-09-06.gitignore: ignore files produced by package buildsDaniel Watkins
2019-02-07add PyCharm IDE .idea/ path to .gitignoreDominic Schlegel
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
This change will enable azure vms to report provisioning has completed twice, first to tell the fabric it has completed then a second time to enable customer settings. The datasource for the second provisioning is the Instance Metadata Service (IMDS),and the VM will poll indefinitely for the new ovf-env.xml from IMDS. This branch introduces EphemeralDHCPv4 which encapsulates common logic used by both DataSourceEc2 an DataSourceAzure for temporary DHCP interactions without side-effects. LP: #1734991
2017-04-12snap: allows for creating cloud-init snapJoshua Powers
Add a basic snapcraft.yaml file to allow the execution of cloud-init as a snap. This will always pull down the latest source from master for the snap. setup.py will now also set the default init system to be systemd when no other is passed to it.
2017-03-13gitignore: adding doc/rtd_htmlJoshua Powers
When running tox -e doc it produces the complete read the docs output and places it in doc/rtd_html. This is not ignored by git and shows up as uncommited changes.
2016-10-28Add coverage collection to tox unit tests.Joshua Powers
First step in increasing coverage is knowing what coverage is currently at. By default, tox only runs coverage on py3 as it is slower to run with coverage.
2016-08-03Update build tools to work with gitLars Kellogg-Stedman
- Update HACKING.rst to include git instructions - update MANIFEST.in and .gitignore to ignore git-related things - replaced tarball generation scripts with git-based script - have the spec files correctly identify themselves as cheetah templates - make brpm work with git