ubuntu-archive-tools moved to git
Utkarsh Gupta
utkarsh.gupta at canonical.com
Tue Aug 31 03:41:05 UTC 2021
Hello,
On Tue, Aug 31, 2021 at 9:04 AM Steve Langasek
<steve.langasek at ubuntu.com> wrote:
> > Something is a little goofy with the repo on launchpad:
>
> > git clone lp:ubuntu-archive-tools
> > Cloning into 'ubuntu-archive-tools'...
> > remote: Enumerating objects: 6816, done.
> > remote: Counting objects: 100% (6816/6816), done.
> > remote: Compressing objects: 100% (2370/2370), done.
> > remote: Total 6816 (delta 4432), reused 6816 (delta 4432)
> > Receiving objects: 100% (6816/6816), 5.89 MiB | 1.69 MiB/s, done.
> > Resolving deltas: 100% (4432/4432), done.
> > warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
> > cd ubuntu-archive-tools/
> > No commits yet on main git status
> > On branch main
>
> Yes, unfortunately the repo points to 'master' as the default branch, and
> the actual branch name is 'main'. I'm not sure how to fix this. If anyone
> knows, I'm happy to apply any necessary commands.
Running `git symbolic-ref refs/remotes/origin/HEAD
refs/remotes/origin/main` should fix that.
- u
More information about the Ubuntu-release
mailing list