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.
|
2010-09-18 |
Sascha Teichmann |
sawmill: moved wald's table layout into common header and footer
|
2010-09-18 |
Sascha Teichmann |
sawmill: Rearranged the postion of some python code in the details template to
|
2010-09-18 |
Sascha Teichmann |
sawmill: Not all displayed times are in UTC so the
|
2010-09-17 |
Andre Heinecke |
Add a Z to the times to underline that we are on UTC time
|
2010-09-17 |
Sascha Teichmann |
sawmill: s/build successful/success/ because its more symmetrical to "error" and it reduces the size of the generated detail page.
|
2010-09-16 |
Sascha Teichmann |
sawmill: short start and stop to %H:%M:%S because
|
2010-09-14 |
Sascha Teichmann |
Added favicon derived from Kalle's saegeblatt.svg
|
2010-09-12 |
Sascha Teichmann |
The beast is called Saegewerk and not Saegewerker
|
2010-09-10 |
Sascha Teichmann |
sawmill: Added 'powered by Tree Packager' line in details view.
|
2010-09-10 |
Sascha Teichmann |
sawmill: create links for tag builds
|
2010-09-10 |
Sascha Teichmann |
sawmill: removed trailing whitespace
|
2010-09-10 |
Andre Heinecke |
Source package created means we are still progressing
|
2010-09-10 |
Bjoern Ricks |
set sbdmock rootlog to scratchlog.txt
|
2010-09-10 |
Sascha Teichmann |
sawmill: Sort treepkgs in overview by description
|
2010-09-09 |
Andre Heinecke |
Update the stop time after all logs are compressed
|
2010-09-09 |
Sascha Teichmann |
recognize more build states in sawmill
|
2010-09-09 |
Sascha Teichmann |
check if tracks directory exists before walking it.
|
2010-09-09 |
Andre Heinecke |
Allow sending notifications from a local treepkg via sendnotificationmails.py
|
2010-09-09 |
Andre Heinecke |
Update test_readconfig for additional config parameters
|
2010-09-09 |
Andre Heinecke |
Enable a status_hook to be set and executed on status changes
|
2010-09-09 |
Sascha Teichmann |
Make walking of revision path more stable
|