Changelog |
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Oct 19 2023 Jens Petersen <petersen@redhat.com> - 1.3.3-15
- https://hackage.haskell.org/package/fbrnch-1.3.3/changelog :
- 'bump': add --dry-run
- 'copr': track pkg name to output build results url on failure
- 'create-review','update-review': prompt to offer scratch build (#43)
- 'diff': allow origin as alias for origin/<branch>
- 'import': encode url from bz comment if needed (#40)
- 'import': prefix bug# with rhbz in commit (#38)
- 'install': add --no-build to install existing built rpms
- 'parallel': --delay to override default inter-package pause [default 3s]
- 'parallel': use pkg name in changelog instead of nvr
- 'request-repo': avoid head crash on firstname (#45)
- 'request-repo': no longer post request url to avoid duplication
- 'scratch': with --exclude-arch respect ExcludeArch: fields
- 'unpushed': add --bump
- 'unpushed': output improvements for --latest and dead.package/missing
- 'update-sources': alias for "update-version --source-only"
- 'update-version': only warn about branch if dist-git
- 'update-version': rpm prep with --nodeps
- 'update-version': take .gpg and .tgz file for lookaside archive!
- Krb: loop fkinit until okay
- Main: --dry-run options now better described
- RpmBuild: prevent srpm creation from being interrupted (eg ctrl-c)
- gitFetchSilent: use \r to hide "git fetching..."
- kojiWatchTask: do not hardcode koji-tool path
- pkgNameVerRel: use fedpkg to determine correct autorelease (#39)
* Fri Aug 04 2023 Jens Petersen <petersen@redhat.com> - 1.3.2-14
- ghc-cached-json-file is now packaged in Fedora
* Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> - 1.3.2-13
- rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue May 30 2023 Jens Petersen <petersen@redhat.com> - 1.3.2-11
- https://hackage.haskell.org/package/fbrnch-1.3.2/changelog :
- prompts now support line-editing thanks to simple-prompt-0.2 using haskeline
- 'parallel', 'sort', 'graph': use getDynSourcesMacros
- 'parallel': include no of layers in "more package layers" message
- 'parallel': output sidetag
- 'prep': default to --nodeps
- 'request-branches': output owners (to ask) if no permission
- 'request-branches': committers can also request branches
- 'scratch': print target for srpm build (only)
- 'src-deps': add --define 'MACRO DEF'
- 'update-version': munch spectool patch filenames too
- Bodhi only accepts update notes <= 10000 characters now
- Git refPrompt: also accept y/yes
- Koji targetMaybeSidetag dryrun: do not append "-dryrun" to buildtag
- Merge: newline after local commits
- Package cleanChangelog: append a newline
- https://hackage.haskell.org/package/fbrnch-1.3.1/changelog :
- check for autorelease more carefully
- buildRequires: fix dynamic BRs with getSources and space after %_srcrpmdir
(reported by kiilerix)
* Sat Apr 08 2023 Jens Petersen <petersen@redhat.com> - 1.3-10
- new 'autospec' command converts packages to use rpmautospec
- new 'move-artifacts' command moves rpmbuild artifacts into dirs (--delete)
- new 'srpm-spec' command shows or diffs srpm specfiles
- new 'unpushed' command shows unpushed commits; and --latest option
- new 'bzusers' command searches users in bugzilla
- 'build': check for Bodhi update before koji tags
- 'build': do not repeat header when merging
- 'build': improve logic and prompt for unpushed check
- 'bump': add --changelog override and handle autorelease
- 'copr': intersperse newlines between packages
- 'diff': --debug option to print package header
- 'diff': handle missing and non-release branches
- 'install': add --ignore-builddeps (for existing built rpms)
- 'install': ignore dead.package's
- 'install': show dnf commands with sudoLog and cmdN sudo
- 'merge': --no-fetch option
- 'mock': add --arch option
- 'mock': new --shell-only option which skips build
- 'override': default to ./ when no pkg path given
- 'parallel': if single layer, don't output layer no
- 'parallel': improve sidetag update transition messages, now waits 90s
- 'parallel': output tweaks for more packages/layers and existing nvr
- 'parallel': prompt whether to continue after failure
- 'parallel': reverse the package order for update changelog
- 'parallel': be quieter when many parallel packages
- 'push': --no-fetch option and also print header
- 'push': allow specifying a ref
- 'rename-rawhide': now pulls to get latest
- 'scratch': add --srpm option to build existing srpm
- 'status': add pkg/branch prefix before latest log
- Bugzilla: update checkRepoCreatedComment for fedora-admin automation
- Copr branchRelease: do not error for EPELNext!
- buildRPMs: backup the build.log file to build.log.prev
- buildRPMs: print NVR instead of package name
- kojiWatchTask: use koji-tool to get build.log tail on failure
- use simple-prompt
* Wed Jan 04 2023 Jens Petersen <petersen@redhat.com> - 1.2.1-9
- fedora-packager-kerberos not in epel9
* Wed Nov 23 2022 Jens Petersen <petersen@redhat.com> - 1.2.1-8
- 'install': if dnf install fails, include command in error message
- 'override': check for kerberos ticket
- 'override': new --list and --expire option subcommands
- 'parallel': print package header for merge
- 'parallel': wait for sidetag update to transition to request testing
- 'request-branches': check package owner and admins: drop unordered-containers
- 'sidetags': ensure krb ticket
- 'update-version': now commits sources too
- 'update-version': prompt rather than warn if not updating rawhide
- Git: fix conflictPrompt to handle long hashes correctly
- Prompt: use show for unprintable characters
- mergeBranch: print package branch header
- require bugzilla-redhat-1.0.1 since b.r.c dropped Bug see_also field (juhp/hsbugzilla#18)
- use logMsg when waiting for repo
- https://hackage.haskell.org/package/fbrnch-1.2.1/changelog
- fbrnch.spec: SPDX migration of license tags
* Sat Nov 12 2022 Jens Petersen <petersen@redhat.com> - 1.2-7
- improvements to the branch merging logic
- no more gratuitous merge rebasing
- 'build' bugfix: use long git commit hashes
- 'build','scratch','waitrepo': add --sidetag option
- 'local': add --short-compile and rename --short-circuit to --short-install
- 'merge': --skip-bumps ignores up to N (trivial) commits & --show-all
- 'mock': add simple --short-circuit option for install stage
- 'parallel': no longer offer to remove sidetag
- 'parallel': update improvements, including fixing parallel
single package update (#36)
- 'request-branches': add --recurse-from BRANCH
- 'scratch' builds now support multiple (serial) targets
- 'install': offer to merge and add --from to override branch
- 'install': only update installed subpackages, unless --all-subpackages
- new git 'fetch' command
- new 'list-local' command: lists packages with a spec file in a branch
- new 'owner' command: prints owner and admins of package(s)
- new 'src-deps' command: wrapper of rpmbuild-order (r)deps
- many smaller fixes and improvements:
see https://hackage.haskell.org/package/fbrnch-1.2/changelog for details
* Sat Jul 30 2022 Jens Petersen <petersen@redhat.com> - 1.1.2-6
- build, install: count remaining builds
- commit: add all if nothing staged; remove initial "- "
- commit: default to changelog even if multiline
- compare: check branch exists and only print package if log output
- create-review: Fix for different username/fasid (@LyesSaadi, #34)
- install: abort if installation failed
- listReviewsAll: use bz api key
- merge: do not error if target branch does not exist
- parallel: create changelog for parallel package builds
- parallel: now takes same merge opts as build (#30)
- parallel: push parallel branches builds to Bodhi (#30)
- parallel: timeIO layers and parallel packages
- parallel: use branch to determine autoupdate or prompt for update edit
- pull: switch to given branch, add --no-fetch, show header when several pkgs
- request-branches: check user in access_users to avoid bad requests
- scratch: add --stagger to stagger archs
- scratch: only check pushed if release branch
- scratch-x86_64, scratch-aarch64: new shortcut commands
- waitrepo: --allow-dirty and --no-fetch
- waitrepo: use timeIO to time the operation
- Branches getRequestedBranches: exclude existing branches
- Git gitMergeable: only check newer branch if local
- Git gitMergeable: warn if branch ahead of newer branch
- kojiWaitRepo: add quiet arg for many parallel builds
- Package withPackagesByBranches: takes header & count args
- use rpmbuild-order-0.4.8 (needs simple-cmd-0.2.3)
- https://hackage.haskell.org/package/fbrnch-1.1.2/changelog
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 1.1.1-4
- rebuild
* Tue May 31 2022 Jens Petersen <petersen@redhat.com> - 1.1.1-3
- commit: fix getting log from additional changelog message
- merge: --from to specify which branch to merge
- Package getSources: install compression tool if missing
- Package buildRPMs: use shellBool to send stderr also to tee
- request-branches: print out url per branch
- require rpm-nvr 0.1.2 for better NVR name validation
- initial support for epel-next (#29)
- Package builtRpms: no longer assume in cwd for dist-git
- build: now possible to skip pushing an update at prompt with 'no'
- main help: add readme url
- build: add --skip-fetch option
- Git isPkgGitRepo: fix handling of forks (#33)
- parallel: add --merge (#30)
- fix -s/-S ambigious for build and parallel
- parallel: unlock update after sidetag removal
- parallel: waitrepo for sidetag before starting to build
- parallel: get buildtag from koji to determine basetag for sidetag
- parallel: allow branch options like --all-fedora/--all-epel
* Sat Apr 30 2022 Jens Petersen <petersen@redhat.com> - 1.1-2
- https://hackage.haskell.org/package/fbrnch-1.1/changelog
* Mon Feb 21 2022 Jens Petersen <petersen@redhat.com> - 1.0.0-1
- https://hackage.haskell.org/package/fbrnch-1.0.0/changelog
|