Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656718 - Server Side Config Change Request for git.gentoo.org/proj/forums.git
Summary: Server Side Config Change Request for git.gentoo.org/proj/forums.git
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-27 22:50 UTC by John R. Graham
Modified: 2018-05-27 23:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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