-
Tue Jun 13 2023 Jakub Kadlcik <frostyx@email.cz> 0.6.23-1
- Replace `submodule--helper list` with `git config --get-regexp`
- do not overwrite packit.yaml and its variants (msuchy@redhat.com)
- packit: fixing the Fedora build failures (praiskup@redhat.com)
- Don't upload patches to the lookaside cache (frostyx@email.cz)
- use spdx license (msuchy@redhat.com)
-
Mon Jan 30 2023 Miro HronĨok <mhroncok@redhat.com> - 0.6.22-2
- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
-
Mon Nov 14 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.22-1
- Fix python2 urlretrieve import (frostyx@email.cz)
- Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl)
- Fixed issue #414 (jerzy.drozdz@jdsieci.pl)
- Fixed issue #413 (jerzy.drozdz@jdsieci.pl)
- Revert 45d431ad149cb33e2462a990c4c4f29e6bb2bb7e (nmoumoul@redhat.com)
-
Thu Jul 21 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.21-1
- Properly catch TitoException (frostyx@email.cz)
- Add documentation for the MockBuilder (frostyx@email.cz)
- Allow to define mock chroot in tito.props (frostyx@email.cz)
- Fix recursion error in MockBuilder (frostyx@email.cz)
- DistGitReleasers: don't nuke external sources with fetch_sources (praiskup@redhat.com)
- Add installation instructions from PyPI (frostyx@email.cz)
- Add long_description to setup.py (frostyx@email.cz)
-
Wed Feb 23 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.20-1
- Sync repo (in addition to tag) during mead build (nmoumoul@redhat.com)
- Add 'Building RHEL packages with Tito' as external doc (frostyx@email.cz)
- Consider the current project git config when releasing to DistGit
(frostyx@email.cz)
- Print the problematic binary files (frostyx@email.cz)
-
Sun Aug 15 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.19-1
- Drop unused urllib.request import (frostyx@email.cz)
-
Wed Jun 23 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.18-1
- Document fetch_sources option in tito.props (frostyx@email.cz)
- Rename fetch-sources to fetch_sources in the tito.props config
(frostyx@email.cz)
- Adding option to fetch sources (sisi.chlupova@gmail.com)
- Change the master branch in releasers.conf to rawhide (frostyx@email.cz)
-
Mon May 17 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.17-1
- Update releasers.conf (frostyx@email.cz)
- Make build --verbose autocompletable (nmoumoul@redhat.com)
- Add support for centpkg (wpoteat@redhat.com)
- Remove extraneous extra newline (areese@users.noreply.github.com)
- Add some documentation for tito.builder.SubmoduleAwareBuilder
(areese999@apple.com)
- Update based on feedback: 1. Remove PushDir, tito.common.chdir has the same
functionality so use that instead. 2. Remove useless override of constructor,
it's just extra noise. (areese999@apple.com)
- 150 Add support for repos that use submodules. Allow though submodules are a
contentious topic, this adds a submodule_aware_builder (areese999@apple.com)
- doc: fix typo tito.props (subpop@users.noreply.github.com)
- Update fedora releaser in .tito/releasers.conf (frostyx@email.cz)
-
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)