graph
- 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
- sawmill: moved imports before there usage2010-09-26, by Sascha Teichmann
- sawmill: Made html head elements HTML 4.01 compatible.2010-09-26, by Sascha Teichmann
- sawmill: Moved python blocks in templates to make them more readable.2010-09-23, by Sascha Teichmann
- Moved the saegewerk table layout completely into header and footer2010-09-23, by Sascha Teichmann
- sawmill: Improved HTML 4.01 transitional compat a bit.2010-09-18, by Sascha Teichmann
- sawmill: moved wald's table layout into common header and footer2010-09-18, by Sascha Teichmann
- sawmill: Rearranged the postion of some python code in the details template to2010-09-18, by Sascha Teichmann
- sawmill: Not all displayed times are in UTC so the2010-09-18, by Sascha Teichmann
- Add a Z to the times to underline that we are on UTC time2010-09-17, by Andre Heinecke
- sawmill: s/build successful/success/ because its more symmetrical to "error" and it reduces the size of the generated detail page.2010-09-17, by Sascha Teichmann
- sawmill: short start and stop to %H:%M:%S because2010-09-16, by Sascha Teichmann
- Added favicon derived from Kalle's saegeblatt.svg2010-09-14, by Sascha Teichmann
- The beast is called Saegewerk and not Saegewerker2010-09-12, by Sascha Teichmann
- sawmill: Added 'powered by Tree Packager' line in details view.2010-09-10, by Sascha Teichmann
- sawmill: create links for tag builds2010-09-10, by Sascha Teichmann
- sawmill: removed trailing whitespace2010-09-10, by Sascha Teichmann
- Source package created means we are still progressing2010-09-10, by Andre Heinecke
- set sbdmock rootlog to scratchlog.txt2010-09-10, by Bjoern Ricks
- sawmill: Sort treepkgs in overview by description2010-09-10, by Sascha Teichmann
- Update the stop time after all logs are compressed2010-09-09, by Andre Heinecke
- recognize more build states in sawmill2010-09-09, by Sascha Teichmann
- check if tracks directory exists before walking it.2010-09-09, by Sascha Teichmann
- Allow sending notifications from a local treepkg via sendnotificationmails.py2010-09-09, by Andre Heinecke
- Update test_readconfig for additional config parameters2010-09-09, by Andre Heinecke
- Enable a status_hook to be set and executed on status changes2010-09-09, by Andre Heinecke
- Make walking of revision path more stable2010-09-09, by Sascha Teichmann
- Make the compress_all_logs call builder independent and also compress2010-08-31, by Andre Heinecke
- commit compress all logs patch from Sascha Teichmann2010-08-30, by Bjoern Ricks
- corrected link back to overview in detail view of sawmill2010-08-27, by Sascha Teichmann
- Filter deprecation warnings from cherrypy in a more specific way2010-08-25, by Andre Heinecke
- Use an exception to use either hashlib or md52010-08-24, by Andre Heinecke
- Use the Hashlib module instead of MD5 if the python version is >=2.52010-08-24, by Andre Heinecke
- Ignore warnings about deprecated MD5 module2010-08-24, by Andre Heinecke
- Ignore builds without status information2010-08-23, by Andre Heinecke
- Do not show warnings caused by using cherrypy2010-08-23, by Andre Heinecke
- Improved README of sawmill a bit.2010-08-20, by Sascha Teichmann
- Initial check-in of sawmill a simple mod_python based2010-08-20, by Sascha Teichmann
- capture only stdout for treepkginfo2010-08-13, by Bjoern Ricks
- Enable more variables to be used in the version template.2010-08-11, by Andre Heinecke
- added jobdaemon2010-08-10, by Bjoern Ricks
- added missing import2010-08-10, by Bjoern Ricks
- Cleanup misplaced whitespace2010-08-09, by Andre Heinecke
- Ignore redundancy of trailing slashes while ensuring to have at least one.2010-08-09, by Andre Heinecke
- Default to treepkg.packager if no packager class is given2010-08-09, by Andre Heinecke
- Always call checkout index with a trailing / to force the creation of the dest2010-08-09, by Andre Heinecke
- fix: function name is makedirs instead of mkdirs2010-08-06, by Bjoern Ricks
- use os.mkdirs to create static web directory to get rid of noisy errors if a build machine is rebooted and tmp dir is cleaned2010-08-06, by Bjoern Ricks
- Merged revisions 388-399 via svnmerge from2010-08-06, by Bjoern Ricks
- Merged revisions 346-386 via svnmerge from2010-08-06, by Bjoern Ricks
- cleanup modulestreepkg-status 2010-08-06, by Bjoern Ricks
- review changestreepkg-status 2010-08-05, by Bjoern Ricks
- be more error prone in listing different filestreepkg-status 2010-08-02, by Bjoern Ricks
- fixed typostreepkg-status 2010-08-02, by Bjoern Ricks
- fixed another typotreepkg-status 2010-07-29, by Bjoern Ricks
- fixed another typotreepkg-status 2010-07-29, by Bjoern Ricks
- fixed typotreepkg-status 2010-07-29, by Bjoern Ricks
- fix handling of showing only successfull builds together with num packagestreepkg-status 2010-07-29, by Bjoern Ricks
- publish package must be default to get original behaviourtreepkg-status 2010-07-29, by Bjoern Ricks
- introduced after_copy_hook and made rsync upload to publishdir optionaltreepkg-status 2010-07-29, by Bjoern Ricks
- only rsync specified architectures from cachedir to publishdirtreepkg-status 2010-07-28, by Bjoern Ricks
- fix if statementtreepkg-status 2010-07-28, by Bjoern Ricks
- only run upload hook if it is not empty2010-07-28, by Bjoern Ricks
- fixed a typotreepkg-status 2010-07-28, by Bjoern Ricks
- add helper tool to list content of a cache dbtreepkg-status 2010-07-28, by Bjoern Ricks
- run rsync only an arch dirs that are present in the current treepkgtreepkg-status 2010-07-28, by Bjoern Ricks