summaryrefslogtreecommitdiff
path: root/tests/04_test_gbp_submodules.py
AgeCommit message (Collapse)Author
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/
2011-10-26Don't be verboseGuido Günther
Git-Dch: Ignore
2011-10-23GitRepository: add commit and commit_allGuido Günther
to commit the current state of the index and all changes.
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
Git-Dch: Ignore
2011-10-22Make create_repo a @classmethodGuido Günther
and GitInit superfluous Git-Dch: Ignore
2011-04-10gbp: Handle whitespace in submodule namesGuido Günther
Closes: #622103
2011-04-10tests: introduce submodule classGuido Günther
so we can easily add more submodules Git-Dch: Ignore
2011-04-06Make submodule support conditionalGuido Günther
2011-03-21git-buildpackage: special case non-submodule tarfile generationGuido Günther
Tarfile generation with submodules is slower since we need to concatenate several tarfiles and compress afterwards. So special case the common non submodule case and add a testcase to check the tarfiles content.
2011-03-19tests: add testcase for git_archive()Guido Günther
2011-03-19tests: Add testcase for dump_archive()Guido Günther
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther
and testcases. Heavily based on work by Sean Finney and Chow Loong Jin