graph
- shlex.split all config parameters that may contain a command2011-09-03, by Bjoern Ricks
- don't forget to import shlex2011-09-03, by Bjoern Ricks
- Use shlex.split for build_listpanding command because the string may contain arguments like --config-file foo.cfg2011-09-03, by Bjoern Ricks
- Revert ugly hack for the command from config file problem2011-09-03, by Bjoern Ricks
- Lists must not be converted to lists2011-09-02, by Bjoern Ricks
- Fix typo2011-09-02, by Bjoern Ricks
- Use self.localdir2011-09-02, by Bjoern Ricks
- Pull needs the local dir2011-09-02, by Bjoern Ricks
- Refactor git pull command out of update2011-09-02, by Bjoern Ricks
- Fix variable name2011-09-02, by Bjoern Ricks
- Add more debug output2011-09-02, by Bjoern Ricks
- commands from config files may contain arguments therefore commandparse must split also kw args2011-09-02, by Bjoern Ricks
- Accept also --config for --config-file2011-09-02, by Bjoern Ricks
- Correct syntax and display abspath of config file2011-09-02, by Bjoern Ricks
- Check if config file exists and set destination of --config option to config_file2011-09-02, by Bjoern Ricks
- Also use option --config to pass the config file2011-09-02, by Bjoern Ricks
- Use local-master as default local branch name if no branch is set in the config2011-09-02, by Bjoern Ricks
- Fix typo2011-09-02, by Bjoern Ricks
- import capture_output2011-09-02, by Bjoern Ricks
- Fix: use self.branch to check if it contains a ":" branch variable could be None2011-09-02, by Bjoern Ricks
- Set default branch to "master"2011-09-02, by Bjoern Ricks
- Refactor git branching2011-09-02, by Bjoern Ricks
- Use logging instead of print2011-09-02, by Bjoern Ricks
- Include Andres changes to build gnupg from git with testing for scratchbox2011-05-31, by Bjoern Ricks
- Always use Pbuilder to create sources for gnupg2011-05-31, by Bjoern Ricks
- fix: short_rules_revision is a member variable2011-03-08, by Bjoern Ricks
- fix: don't call update function anymore2011-03-08, by Bjoern Ricks
- add short_rules_revision template2011-03-08, by Bjoern Ricks
- add a copy method for git2011-03-08, by Bjoern Ricks
- Change the packaging rules to handle git sources2011-03-08, by Andre Heinecke