Commit Graph

9 Commits

Author SHA1 Message Date
Darragh Bailey b7dc443ea0 Update .gitignore with .eggs path for setuptools
Change-Id: Id8743f1e3ca3257ed392817a1c6e7a956abdb936
2016-09-16 14:56:03 +01:00
Darragh Bailey f37890bb31 Add tool to recreate git repo from test scenarios
Provides a simple tool 'build-test-tree' and adds a tox environment
command 'build-tree' which takes as arguments a list of yaml files
separated by spaces of test trees to recreate for the developer to
experiment with different layouts and commands.

This simplifies the creation for development purposes some of the
complex scenarios that need to be tested, to provide a mechanism for
any developer to quickly exercise various git commands directly to
understand the impact before trying to apply such changes to the
existing code.

Example execution:

  tox -e build-tree -- git_upstream/tests/commands/import/scenarios/\
import_switch_branches_search_ref_custom_namespace.yaml

Change-Id: I801bc3e05197d1ce41e703876ce6f46a705ad935
2016-06-30 17:54:05 +00:00
Monty Taylor 8617ea36bf Make unittests work with testr 2014-07-15 12:22:20 +01:00
Monty Taylor 942de1ae2e Prepared for upstream integration
Migrate build to pbr. Add tox.ini file. Removed debian dir.
2014-07-15 12:22:09 +01:00
Davide Guerri f2e38df455 Rename hpgit to git-upstream, also changing its license
* rename hpgit to git-upstream
* rename import-upstream commadn to import
* change all occurrences of hpgit and import-upstream in code,
  comments and tests
* code cleanup (remove some typos, improve PEP8 compliance)
* change license from "HP propietary" to "Apache License v2.0"

Change-Id: Ia4f00d662d79ac9725316027a65f4d23ebbd0f02
JIRA:CICD-1319
JIRA:CICD-1318
2014-03-03 14:32:26 +00:00
Davide Guerri 8b1b33a939 Fix .gitignore
Add pycharm directories and remove lib dir

Change-Id: I5631512e0612265b66248e89612b339479629f98
2014-02-06 22:23:03 +00:00
Jon-Paul Sullivan 9895f0b7aa Add generated hpgit.1 file to .gitignore
Change-Id: Ifc7f4ae5f24af32a11b8c107475c7795f7690869
2014-01-10 11:19:33 +00:00
Davide Guerri 19b89746d0 Improve .gitignore
Improve .gitignore file with recommended entries.

Change-Id: I7a20d5da5c1e1fee63d49d423a71ba4913a0312d
2013-12-15 23:50:59 +00:00
Darragh Bailey 339ec6044b Add ignores for python byte-compiled files and pkg files
Change-Id: I146656e0674f8e419e4c2d0041e3b73b51c71b2e
JIRA: CICD-242
2013-03-08 15:12:07 +00:00