-
Tue Jan 26 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.16-1
- Fix manpage generation on Fedora Rawhide (F34)
- Ignore spectool warnings
- Skip nonexisting extra sources
- Fix copy_extra_sources for remote URLs
- Use --no-rebuild-srpm for scratch builds in KojiReleaser
-
Fri Jul 10 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.15-1
- FedoraGitReleaser: upload extra sources to lookaside cache
(praiskup@redhat.com)
- When extra source file exist, then do not copy it
(jhnidek@redhat.com)
-
Mon May 04 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.14-1
- Fix #367 - copy_extra_sources for alternative builders (frostyx@email.cz)
- Fix #243 - Add a list of projects using tito (frostyx@email.cz)
- Fix #364 - Make yes or no input less aggressive (frostyx@email.cz)
- Fix #358 - Move bugzilla code to a separate file (frostyx@email.cz)
- Fix #158 - Separate .tito directory creation from tito.props file creation (frostyx@email.cz)
- Fix #338 - Use os.makedirs instead of running mkdir -p command (frostyx@email.cz)
- Fix #331 - Do not specify file digest algorithms (frostyx@email.cz)
- #305 - Add a possibility to have full datetime entries in changelog (frostyx@email.cz)
- #252 - Use template to generate file with __version__ (frostyx@email.cz)
- #187 - Implement --version parameter (frostyx@email.cz)
- mention the #tito irc channel in the readme (frostyx@email.cz)
- Describe how to release tito (frostyx@email.cz)
- Move tito under rpm-software-management namespace (frostyx@email.cz)
-
Sun Mar 29 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.13-1
- Add _copy_extra_sources() method to BuilderBase class.
(daniel@versatushpc.com.br)
- Rename HACKING to HACKING.md so it renders on GitHub (tadej.j@nez.si)
- Modernize developer installation (tadej.j@nez.si)
- make get_project_name more resilient (evgeni@golov.de)
- Use pycodestyle pacakge when pep8 is not available (frostyx@email.cz)
- Move to python-blessed (ekulik@redhat.com)
- Fix the Source0 URL and prep phase (frostyx@email.cz)
- run_command_print should behave similar to run_command (yuxzhu@redhat.com)
-
Fri Dec 20 2019 Jakub Kadlčík <jkadlcik@redhat.com> - 0.6.12-3
- The previous Source0 URL fix was not correct
-
Fri Dec 20 2019 Jakub Kadlčík <jkadlcik@redhat.com> - 0.6.12-2
- Fix the Source0 URL and prep phase
-
Fri Dec 20 2019 Jakub Kadlcik <frostyx@email.cz> 0.6.12-1
- Remove obsolete Group tag (ignatenkobrain@fedoraproject.org)
- Update URL and Source locations (awilliam@redhat.com)
- Fix cheetah binary dependency (awilliam@redhat.com)
- Correct and make less confusing the conditional Python macros (awilliam@redhat.com)
- python-devel → python2-devel (ignatenkobrain@fedoraproject.org)
- %{python_sitelib} → %{python2_sitelib} (ignatenkobrain@fedoraproject.org)
- Remove %clean section (ignatenkobrain@fedoraproject.org)
- Use python3 on EPEL8 (frostyx@email.cz)
- Do not require obsoleted fedora-cert (msuchy@redhat.com)
- Fix tito build --test --rpm -i Traceback on Fedora 31 (sisi.chlupova@gmail.com)
- Enable GnuPG signed tags (bcl@redhat.com)
- Fix #335 handle source tarballs with UTF8 characters in the name (awood@redhat.com)
- Remove deprecated BuildRoot macros from spec (awood@redhat.com)
- Releaser: Ensure rpmlintrc files are copied when releasing (ngompa13@gmail.com)
- Releaser: Ensure SUSE-style changes file is copied when releasing (ngompa13@gmail.com)
- Tagger: Add SUSETagger to support SUSE-style detached changelogs (ngompa13@gmail.com)
- Add support for building with Git LFS. (ntillman@barracuda.com)
- use built-in shutil.copy2 instead of cp command (mtinberg@wisc.edu)
- Avoid double builds with mock (tdockendorf@osc.edu)
- Fix rsync failures in dockerized tests, update for F27. (dgoodwin@redhat.com)
-
Thu Dec 07 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.11-1
- Fixing remote_git_name (adammhaile@gmail.com)
- Fix links in README.md file (mzalewsk@redhat.com)
- Encourage usage of git push --follow-tags (mzalewsk@redhat.com)
- Print mock output when building with MockBuilder (yuxzhu@redhat.com)
- Fix a race condition when /tmp/tito doesn't exist (vfreex@gmail.com)
- Don't append 'None' to Release line with no '%{?dist}' part
(patrice.fournier@ifax.com)
- python3's map() returns a map object, but we expect sources to be a list
(evgeni@golov.de)
- Submitting was missing a t. (jmrodri@gmail.com)
- update links (robberphex@gmail.com)
- use LC_ALL=C.UTF-8 rather than plain C (msuchy@redhat.com)
- make ReleaseTagger honour --use-version (egolov@redhat.com)
- also verify that ReleaseTagger supports --use-release (egolov@redhat.com)
- add test for ReleaseTagger together with --use-version (egolov@redhat.com)
- Format package list more cleanly (skuznets@redhat.com)
- Custom tag support in tito release (vrutkovs@redhat.com)
- VersionTagger should support custom tag format (vrutkovs@redhat.com)
- Remove createrepo_c BR from spec (ngompa13@gmail.com)
- Use createrepo_c for creating rpm-md repos (ngompa13@gmail.com)
- Fixup Fedora Dockerfiles to work correctly (ngompa13@gmail.com)
- Remove useless EL5 stuff (ngompa13@gmail.com)
-
Wed Feb 01 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.10-1
- Do not undo tags when git state is dirty (skuznets@redhat.com)
- Parse options in `tito init` (skuznets@redhat.com)
- Only use `rpmbuild --noclean` if it is supported (skuznets@redhat.com)
- Explicitly define indicies in formatting statements (skuznets@redhat.com)
- Achieve quiet output from `rpmbuild` without passing `--quiet`
(skuznets@redhat.com)
- Update the MANIFEST.in (skuznets@redhat.com)
- Correctly pass verbosity options through the builder CLI
(skuznets@redhat.com)
- Use correct print-formatting directive in debugging (skuznets@redhat.com)
- Use `.format()` string formatting correctly in Builder (skuznets@redhat.com)
- Refactor `rpmbuild` invocation for readability (skuznets@redhat.com)
- Added `--quiet` and `--verbose` to `tito build` (skuznets@redhat.com)
- Add a Travis CI manifest (skuznets@redhat.com)
- Only flush output stream if flushing is supported (skuznets@redhat.com)
- Added support for choosing platforms for tests (skuznets@redhat.com)
- Refactored version->tag mapping logic in Tagger (skuznets@redhat.com)
- Improved debugging for RPM build step (skuznets@redhat.com)
- Print command debugging information only once (skuznets@redhat.com)
- Flush output buffers (skuznets@redhat.com)
- Document `tito tag --use-release` in the manpage (skuznets@redhat.com)
- Added an option to not escalate privileges on `tito build --install`
(skuznets@redhat.com)
- Factor out the version->tag mapping in the Builder (skuznets@redhat.com)
- Collapse tagger class selection logic (skuznets@redhat.com)
- Rename `globalconfig` section to `buildconfig` in README
(skuznets@redhat.com)
- fixes #29 - remove --list-tags and --only-tags (jmrodri@gmail.com)
- 253 - print cmd info when --debug is supplied (jmrodri@gmail.com)
- Work around `dnf` issues and install builddep for Rawhide
(skuznets@redhat.com)
-
Mon Jan 09 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.9-1
- Simplified version and release update logic (skuznets@redhat.com)
- Added `--use-release` flag for `tito tag` (skuznets@redhat.com)
- Use `def` instead of a lambda for function assignment (skuznets@redhat.com)
- Fix typos in man pages (lsedlar@redhat.com)
- explain how automatic tagging was done (msuchy@redhat.com)
- Rename CargoTagger as CargoBump (msehnout@redhat.com)
- Fix errors in documentation (lsedlar@redhat.com)
- fix few pep8 errors (sehnoutka.martin@gmail.com)
- Read tito.props and look for pkg managers section.
(sehnoutka.martin@gmail.com)
- Implement cargo tagger using regular expressions (without toml library)
(sehnoutka.martin@gmail.com)
- Add entry point for Cargo tagger and tagger class.
(sehnoutka.martin@gmail.com)