Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 656718

Summary: Server Side Config Change Request for git.gentoo.org/proj/forums.git
Product: Gentoo Infrastructure Reporter: John R. Graham <john_r_graham>
Component: GitAssignee: Gentoo Infrastructure <infra-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description John R. Graham gentoo-dev 2018-05-27 22:50:25 UTC
Trying to work with my git@git.gentoo.org/proj/forums.git repository. However upstream phpBB git has three zeroPaddedFilemode fsck errors, which is causing pushes to the Gentoo-hosted repository to fail:

remote: error: object 2a88766041fa0d413768a9ec7e09446b4cfce985: zeroPaddedFilemode: contains zero-padded file modes
remote: fatal: Error in object
error: remote unpack failed: index-pack abnormal exit
error: failed to push some refs to 'git+ssh://git@git.gentoo.org/proj/forums.git'

Which brings me to my ask. Can I get someone from infra to run

    git config receive.fsck.zeroPaddedFilemode warn

on my repo so I can get these upstream branches pushed? I'll want that removed at some point thereafter.

Thanks in advance for the help.

- John
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2018-05-27 23:43:18 UTC
implemented