2011-09-02 |
Bjoern Ricks |
Use self.localdir
|
2011-09-02 |
Bjoern Ricks |
Pull needs the local dir
|
2011-09-02 |
Bjoern Ricks |
Refactor git pull command out of update
|
2011-09-02 |
Bjoern Ricks |
Fix variable name
|
2011-09-02 |
Bjoern Ricks |
Add more debug output
|
2011-09-02 |
Bjoern Ricks |
commands from config files may contain arguments therefore commandparse must split also kw args
|
2011-09-02 |
Bjoern Ricks |
Accept also --config for --config-file
|
2011-09-02 |
Bjoern Ricks |
Correct syntax and display abspath of config file
|
2011-09-02 |
Bjoern Ricks |
Check if config file exists and set destination of --config option to config_file
|
2011-09-02 |
Bjoern Ricks |
Also use option --config to pass the config file
|
2011-09-02 |
Bjoern Ricks |
Use local-master as default local branch name if no branch is set in the config
|
2011-09-02 |
Bjoern Ricks |
Fix typo
|
2011-09-02 |
Bjoern Ricks |
import capture_output
|
2011-09-02 |
Bjoern Ricks |
Fix: use self.branch to check if it contains a ":" branch variable could be None
|
2011-09-02 |
Bjoern Ricks |
Set default branch to "master"
|
2011-09-02 |
Bjoern Ricks |
Refactor git branching
|
2011-09-02 |
Bjoern Ricks |
Use logging instead of print
|
2011-05-31 |
Bjoern Ricks |
Include Andres changes to build gnupg from git with testing for scratchbox
|
2011-05-31 |
Bjoern Ricks |
Always use Pbuilder to create sources for gnupg
|
2011-03-08 |
Bjoern Ricks |
fix: short_rules_revision is a member variable
|
2011-03-08 |
Bjoern Ricks |
fix: don't call update function anymore
|
2011-03-08 |
Bjoern Ricks |
add short_rules_revision template
|
2011-03-08 |
Bjoern Ricks |
add a copy method for git
|
2011-03-08 |
Andre Heinecke |
Change the packaging rules to handle git sources
|
2011-02-08 |
Bjoern Ricks |
fixed typo
|
2011-02-02 |
Bjoern Ricks |
checkout git branch on update
|
2011-02-02 |
Bjoern Ricks |
fix variable name
|
2011-02-02 |
Bjoern Ricks |
log used git repo and branch
|
2011-02-01 |
Bjoern Ricks |
short revision doesn't depend on pkg_revision
|
2011-01-12 |
Sascha Teichmann |
contrib: copy-latest-pkgs.py copies now sources, too.
|
2011-01-11 |
Sascha Teichmann |
contrib: Added copy-latest-pkgs.py to copy/hardlink latest
|
2011-01-11 |
Bjoern Ricks |
provide stubs for short_revision number
|
2011-01-11 |
Bjoern Ricks |
fix issue if baserev is not a corresponding revision number
|
2011-01-11 |
Bjoern Ricks |
bugfix: revsions are strings now due to git short revision
|
2011-01-10 |
Sascha Teichmann |
contrib: Do a more conservative approach (full sorting) to figure out
|
2011-01-10 |
Sascha Teichmann |
contrib: Small bug fixes in delete-old-debs.py.
|
2011-01-10 |
Sascha Teichmann |
contrib: When running in verbose mode list files to be deleted.
|
2011-01-08 |
Sascha Teichmann |
contrib: Added script to remove old deb files from directories.
|
2010-12-22 |
Bjoern Ricks |
remove get_change_msg in kde enterprise source packager
|
2010-12-22 |
Bjoern Ricks |
fix: self.pkg_revision is already set
|
2010-12-22 |
Bjoern Ricks |
add more substituteable variables for changelog message
|
2010-11-22 |
Bjoern Ricks |
update regex for tag name schema
|
2010-11-15 |
Bjoern Ricks |
fix refactoring and remove subversion prefix
|
2010-11-15 |
Bjoern Ricks |
log tag date
|
2010-11-15 |
Bjoern Ricks |
log tag date
|
2010-11-15 |
Bjoern Ricks |
implement export_tag for git working copy
|
2010-11-15 |
Bjoern Ricks |
tag_pkg_parameters is also used in enterprise tags recipe
|
2010-11-15 |
Bjoern Ricks |
tag_pkg_parameters depends on scm therefore move this method to the
|
2010-11-11 |
Bjoern Ricks |
added an option to fail if a tag could not be found instread of building trunk
|
2010-11-11 |
Bjoern Ricks |
fail if tag rules should be used and report error
|
2010-11-11 |
Bjoern Ricks |
set the correct tags_rules_pattern if not provided in the config
|
2010-11-10 |
Bjoern Ricks |
use empty string as default config values instead of None
|
2010-11-10 |
Bjoern Ricks |
fixed typo
|
2010-11-10 |
Bjoern Ricks |
don't checkout master branch by default for local branch. local would point to the local master and not to origin/master.
|
2010-11-10 |
Bjoern Ricks |
fix git tag detector usage in enterprise packager
|
2010-11-10 |
Bjoern Ricks |
rename do_svn_update in do_update because we provide svn and git support now
|
2010-11-10 |
Bjoern Ricks |
read scm_type and rules_scm_type from config
|
2010-11-10 |
Bjoern Ricks |
fix indentation
|
2010-11-10 |
Bjoern Ricks |
set tag scm types to continous scm types if not set by user
|
2010-11-10 |
Bjoern Ricks |
set option value to None and not "None"
|