aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/clone.py
Commit message (Collapse)AuthorAge
* Rename GbpOptionParserCommon common to GbpOptionParserGuido Günther2012-02-13
|
* Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
| | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* PristineTar: move to separate moduleGuido Günther2012-01-22
| | | | | and make it accessible from GitRepository to group checkout/checkin/lookup.
* Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen2012-01-17
| | | | | Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
* Get rid of the symlinkGuido Günther2011-11-01
by moving the commands to gbp/scripts/