https://bugzilla.wikimedia.org/show_bug.cgi?id=53683
--- Comment #4 from Antoine "hashar" Musso <[email protected]> --- I copied the Debian packages of git 1.7.10.4 from Ubuntu Quantal and installed them on the instance: dpkg -i git-man_1.7.10.4-1ubuntu1_all.deb git_1.7.10.4-1ubuntu1_amd64.deb (Reading database ... 30792 files and directories currently installed.) Preparing to replace git-man 1:1.7.9.5-1 (using git-man_1.7.10.4-1ubuntu1_all.deb) ... Unpacking replacement git-man ... Preparing to replace git 1:1.7.10.4-1ubuntu1 (using git_1.7.10.4-1ubuntu1_amd64.deb) ... Unpacking replacement git ... Setting up git-man (1:1.7.10.4-1ubuntu1) ... Setting up git (1:1.7.10.4-1ubuntu1) ... Installing new version of config file /etc/bash_completion.d/git ... # # git --version git version 1.7.10.4 Then restarted Apache and retry the clone with a reference: $ git clone --verbose --reference /mnt/workdir/replicated-puppet.git/ http://integration-bug53683.instance-proxy.wmflabs.org/zuul/git/puppet Cloning into 'puppet'... POST git-upload-pack (919 bytes) POST git-upload-pack (gzip 1369 to 733 bytes) POST git-upload-pack (gzip 2619 to 1347 bytes) POST git-upload-pack (gzip 4919 to 2508 bytes) POST git-upload-pack (gzip 9819 to 4951 bytes) POST git-upload-pack (gzip 19169 to 9645 bytes) POST git-upload-pack (gzip 36869 to 18616 bytes) POST git-upload-pack (gzip 74619 to 37390 bytes) POST git-upload-pack (gzip 98719 to 49335 bytes) POST git-upload-pack (gzip 123069 to 61375 bytes) remote: Counting objects: 7, done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 3), reused 1 (delta 0) Unpacking objects: 100% (4/4), done. $ Worked! So we are hit by a git issue that got resolved between: 1.7.9.5-1 and 1.7.10.4-1ubuntu1 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
