2011-09-03 |
Bjoern Ricks |
Fix: pass url to command expand to be able to checkout a new git repository
default tip
|
2011-09-03 |
Bjoern Ricks |
shlex.split all config parameters that may contain a command
|
2011-09-03 |
Bjoern Ricks |
don't forget to import shlex
|
2011-09-03 |
Bjoern Ricks |
Use shlex.split for build_listpanding command because the string may contain arguments like --config-file foo.cfg
|
2011-09-03 |
Bjoern Ricks |
Revert ugly hack for the command from config file problem
|
2011-09-02 |
Bjoern Ricks |
Lists must not be converted to lists
|
2011-09-02 |
Bjoern Ricks |
Fix typo
|
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"
|
2010-11-10 |
Bjoern Ricks |
fixed testcase for svn_url
|
2010-11-09 |
Bjoern Ricks |
new variable to set choose the scm for sources and debian dirs
|
2010-11-09 |
Bjoern Ricks |
provide a possibility to use rules from a git repo
|
2010-11-09 |
Bjoern Ricks |
update git tag detector and add test
|
2010-11-08 |
Bjoern Ricks |
add a tag detector for git
|
2010-11-08 |
Bjoern Ricks |
fix test after changes to cachedb.get_old_packages
|
2010-11-05 |
Bjoern Ricks |
fixed typo
|
2010-11-05 |
Bjoern Ricks |
don't remove packages if a track is deactivated
|
2010-10-25 |
Andre Heinecke |
Remove the type for the additionals variable in determine_package_version
|
2010-10-25 |
Andre Heinecke |
* Only check the time once per version calculation
|
2010-10-25 |
Andre Heinecke |
Expose package time and a short revision to the version templates.
|
2010-10-25 |
Andre Heinecke |
Fix typo in a comment
|
2010-10-20 |
Bjoern Ricks |
enterprise tags has no source and binary packager anymore
|
2010-10-20 |
Bjoern Ricks |
consolidate enterprise packagers
|
2010-10-15 |
Bjoern Ricks |
also a fix for tags packager
|
2010-10-15 |
Bjoern Ricks |
fix issue with finally and python < 2.5
|
2010-10-15 |
Bjoern Ricks |
SourcePackage in kde_l10n recipe super(SourcePackager, self).determine_package_version(directory, locals()) to resolve upsteam_version variable
|
2010-10-14 |
Bjoern Ricks |
add tests for determine debian upstream version
|
2010-10-13 |
Bjoern Ricks |
determine upstream_version of a package
|
2010-10-02 |
Sascha Teichmann |
sawmill: fixed stupid time calc bug
|
2010-09-30 |
Sascha Teichmann |
sawmill: Added RSS feed generator.
|
2010-09-30 |
Bjoern Ricks |
skip reports without a status and status starttime
|
2010-09-29 |
Sascha Teichmann |
sawmill: Prepared detail view for syndication:
|
2010-09-26 |
Sascha Teichmann |
sawmill: details view has seven columns not six. Was wrong in date rows.
|
2010-09-26 |
Sascha Teichmann |
sawmill: moved imports before there usage
|
2010-09-26 |
Sascha Teichmann |
sawmill: Made html head elements HTML 4.01 compatible.
|
2010-09-23 |
Sascha Teichmann |
sawmill: Moved python blocks in templates to make them more readable.
|
2010-09-23 |
Sascha Teichmann |
Moved the saegewerk table layout completely into header and footer
|
2010-09-18 |
Sascha Teichmann |
sawmill: Improved HTML 4.01 transitional compat a bit.
|