Activity log for bug #1877486

Date Who What changed Old value New value Message
2020-05-08 00:39:15 Bryce Harrington bug added bug
2020-05-08 00:44:08 Bryce Harrington description git ubuntu version: 0.10 Steps to reproduce: $ git ubuntu clone exim4 exim4-gu $ cd exim4-gu/ $ git status On branch ubuntu/devel nothing to commit, working tree clean $ git ubuntu remote add sergiodj fatal: Couldn't find remote ref refs/notes/commits I'm able to clone his branch into a separate directory though: $ git clone -b groovy-exim4-93-15-merge git+ssh://bryce@git.launchpad.net/~sergiodj/ubuntu/+source/exim4 Cloning into 'exim4'... remote: Counting objects: 1642, done. remote: Compressing objects: 100% (880/880), done. remote: Total 1642 (delta 918), reused 1163 (delta 724) Receiving objects: 100% (1642/1642), 3.72 MiB | 2.45 MiB/s, done. Resolving deltas: 100% (918/918), done. git ubuntu version: 0.10 Steps to reproduce: $ git ubuntu clone exim4 exim4-gu $ cd exim4-gu/ $ git status On branch ubuntu/devel nothing to commit, working tree clean $ git ubuntu remote add sergiodj fatal: Couldn't find remote ref refs/notes/commits I'm able to clone his branch into a separate directory though: $ git clone -b groovy-exim4-93-15-merge git+ssh://bryce@git.launchpad.net/~sergiodj/ubuntu/+source/exim4 Cloning into 'exim4'... remote: Counting objects: 1642, done. remote: Compressing objects: 100% (880/880), done. remote: Total 1642 (delta 918), reused 1163 (delta 724) Receiving objects: 100% (1642/1642), 3.72 MiB | 2.45 MiB/s, done. Resolving deltas: 100% (918/918), done. Here is the .git/config from the first git ubuntu clone: ### [core] bare = false repositoryformatversion = 0 filemode = true logallrefupdates = true [remote "pkg"] url = https://git.launchpad.net/ubuntu/+source/exim4 fetch = +refs/heads/*:refs/remotes/pkg/* fetch = +refs/tags/*:refs/tags/pkg/* fetch = +refs/notes/commits:refs/notes/changelog pushurl = ssh://bryce@git.launchpad.net/ubuntu/+source/exim4 tagOpt = --no-tags [remote "bryce"] url = https://git.launchpad.net/~bryce/ubuntu/+source/exim4 fetch = +refs/heads/*:refs/remotes/bryce/* fetch = +refs/tags/*:refs/tags/bryce/* fetch = +refs/notes/commits:refs/notes/changelog pushurl = ssh://bryce@git.launchpad.net/~bryce/ubuntu/+source/exim4 tagOpt = --no-tags [notes] displayRef = refs/notes/changelog [remote "sergiodj"] url = https://git.launchpad.net/~sergiodj/ubuntu/+source/exim4 fetch = +refs/heads/*:refs/remotes/sergiodj/* fetch = +refs/tags/*:refs/tags/sergiodj/* fetch = +refs/notes/commits:refs/notes/changelog pushurl = ssh://bryce@git.launchpad.net/~sergiodj/ubuntu/+source/exim4 tagOpt = --no-tags ### Here's the .git/config from directly checking out sergio's branch: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git+ssh://bryce@git.launchpad.net/~sergiodj/ubuntu/+source/exim4 fetch = +refs/heads/*:refs/remotes/origin/* [branch "groovy-exim4-93-15-merge"] remote = origin merge = refs/heads/groovy-exim4-93-15-merge rebase = true
2020-05-08 01:05:07 Robie Basak merge proposal linked https://code.launchpad.net/~racb/usd-importer/+git/usd-importer/+merge/383513
2020-05-08 01:05:14 Robie Basak usd-importer: status New In Progress
2020-05-08 01:05:17 Robie Basak usd-importer: assignee Robie Basak (racb)
2020-09-22 11:26:14 Robie Basak usd-importer: status In Progress Fix Committed
2020-09-28 12:02:11 Robie Basak usd-importer: status Fix Committed Fix Released