graph
- fixed typo2011-02-08, by Bjoern Ricks
- checkout git branch on update2011-02-02, by Bjoern Ricks
- fix variable name2011-02-02, by Bjoern Ricks
- log used git repo and branch2011-02-02, by Bjoern Ricks
- short revision doesn't depend on pkg_revision2011-02-01, by Bjoern Ricks
- contrib: copy-latest-pkgs.py copies now sources, too.2011-01-12, by Sascha Teichmann
- contrib: Added copy-latest-pkgs.py to copy/hardlink latest2011-01-11, by Sascha Teichmann
- provide stubs for short_revision number2011-01-11, by Bjoern Ricks
- fix issue if baserev is not a corresponding revision number2011-01-11, by Bjoern Ricks
- bugfix: revsions are strings now due to git short revision2011-01-11, by Bjoern Ricks
- contrib: Do a more conservative approach (full sorting) to figure out2011-01-10, by Sascha Teichmann
- contrib: Small bug fixes in delete-old-debs.py.2011-01-10, by Sascha Teichmann
- contrib: When running in verbose mode list files to be deleted.2011-01-10, by Sascha Teichmann
- contrib: Added script to remove old deb files from directories.2011-01-08, by Sascha Teichmann
- remove get_change_msg in kde enterprise source packager2010-12-22, by Bjoern Ricks
- fix: self.pkg_revision is already set2010-12-22, by Bjoern Ricks
- add more substituteable variables for changelog message2010-12-22, by Bjoern Ricks
- update regex for tag name schema2010-11-22, by Bjoern Ricks
- fix refactoring and remove subversion prefix2010-11-15, by Bjoern Ricks
- log tag date2010-11-15, by Bjoern Ricks
- log tag date2010-11-15, by Bjoern Ricks
- implement export_tag for git working copy2010-11-15, by Bjoern Ricks
- tag_pkg_parameters is also used in enterprise tags recipe2010-11-15, by Bjoern Ricks
- tag_pkg_parameters depends on scm therefore move this method to the2010-11-15, by Bjoern Ricks
- added an option to fail if a tag could not be found instread of building trunk2010-11-11, by Bjoern Ricks
- fail if tag rules should be used and report error2010-11-11, by Bjoern Ricks
- set the correct tags_rules_pattern if not provided in the config2010-11-11, by Bjoern Ricks
- use empty string as default config values instead of None2010-11-10, by Bjoern Ricks
- fixed typo2010-11-10, by 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, by Bjoern Ricks
- fix git tag detector usage in enterprise packager2010-11-10, by Bjoern Ricks
- rename do_svn_update in do_update because we provide svn and git support now2010-11-10, by Bjoern Ricks
- read scm_type and rules_scm_type from config2010-11-10, by Bjoern Ricks
- fix indentation2010-11-10, by Bjoern Ricks
- set tag scm types to continous scm types if not set by user2010-11-10, by Bjoern Ricks
- set option value to None and not "None"2010-11-10, by Bjoern Ricks
- fixed testcase for svn_url2010-11-10, by Bjoern Ricks
- new variable to set choose the scm for sources and debian dirs2010-11-09, by Bjoern Ricks
- provide a possibility to use rules from a git repo2010-11-09, by Bjoern Ricks
- update git tag detector and add test2010-11-09, by Bjoern Ricks
- add a tag detector for git2010-11-08, by Bjoern Ricks
- fix test after changes to cachedb.get_old_packages2010-11-08, by Bjoern Ricks
- fixed typo2010-11-05, by Bjoern Ricks
- don't remove packages if a track is deactivated2010-11-05, by Bjoern Ricks
- Remove the type for the additionals variable in determine_package_version2010-10-25, by Andre Heinecke
- * Only check the time once per version calculation2010-10-25, by Andre Heinecke
- Expose package time and a short revision to the version templates.2010-10-25, by Andre Heinecke
- Fix typo in a comment2010-10-25, by Andre Heinecke
- enterprise tags has no source and binary packager anymore2010-10-20, by Bjoern Ricks
- consolidate enterprise packagers2010-10-20, by Bjoern Ricks
- also a fix for tags packager2010-10-15, by Bjoern Ricks
- fix issue with finally and python < 2.52010-10-15, by Bjoern Ricks
- SourcePackage in kde_l10n recipe super(SourcePackager, self).determine_package_version(directory, locals()) to resolve upsteam_version variable2010-10-15, by Bjoern Ricks
- add tests for determine debian upstream version2010-10-14, by Bjoern Ricks
- determine upstream_version of a package2010-10-13, by Bjoern Ricks
- sawmill: fixed stupid time calc bug2010-10-02, by Sascha Teichmann
- sawmill: Added RSS feed generator.2010-09-30, by Sascha Teichmann
- skip reports without a status and status starttime2010-09-30, by Bjoern Ricks
- sawmill: Prepared detail view for syndication:2010-09-29, by Sascha Teichmann
- sawmill: details view has seven columns not six. Was wrong in date rows.2010-09-26, by Sascha Teichmann