#3217 Run git reflog repack prune on Katello git repository
Closed: Fixed Opened by lzap.

Hello,

we have accidentaly pushed some content into our Katello git repo that must be deleted from it. It was done: Thu Mar 29 08:06:26 UTC 2012

Please run the following commands for our katello git repo:

http://git.fedorahosted.org/git/?p=katello.git

{{{
git reflog expire --expire-unreachable='10 hours' --all
git repack -A
git prune
}}}

Before running those please ping lzap or mmccune on #fedora-admin fedora irc channel.

Many thanks!


Did what was asked.
Backup of tree is in /srv/tmp on hosted03

confirmed fixed.

Metadata