FS#59377 - [hexchat] don't commit with git cherry-pick

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 18 July 2018, 12:28 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 18 July 2018, 18:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Clean chroots for building don't typically contain a git config. Use the "-n" flag to git commit to tell it to not create a commit after picking, which prevents build failure without a git config. See also the systemd PKGBUILD.

git cherry-pick -n 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332


Additional info:
* package version: 2.14.1-3
* log:
==> Starting prepare()...

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address
==> ERROR: A failure occurred in prepare().


Steps to reproduce: Build in a clean chroot.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Wednesday, 18 July 2018, 18:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed, thanks.

Loading...