lluixhi / musl-extras

More patches for MUSL, in addition to those the gentoo overlay provides.
14 stars 1 forks source link

move stuff over to the official musl overlay #5

Closed blueness closed 7 years ago

blueness commented 8 years ago

Okay people have been bugging me to move this stuff over to the official musl overlay at git://git.gentoo.org/proj/musl.git. This makes sense so we have on consolidated repository. I can give you commit access.

blueness commented 7 years ago

ping if you're not interested in this, just close this bug

lluixhi commented 7 years ago

@blueness Sorry I didn't respond -- I do want to move the packages in here over to the official musl overlay.

blueness commented 7 years ago

@lluixhi since its hosted on the gentoo site, I'll need your public ssh key. Also, I recommend a .git config file like the following so that you push simultaneously to the github mirror and the gentoo mirror. Its important to keep both in sync.

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = git+ssh://git@git.gentoo.org/proj/musl.git
    fetch = +refs/heads/*:refs/remotes/origin/*
    pushurl = git@github.com:gentoo/musl.git
    pushurl = git+ssh://git@git.gentoo.org/proj/musl.git
[remote "github"]
    url = git@github.com:gentoo/musl.git
    fetch = +refs/heads/*:refs/remotes/github/*
    fetch = +refs/pull/*/head:refs/remotes/github/pr/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
lluixhi commented 7 years ago

I emailed you a while ago -- did you get it?

blueness commented 7 years ago

no! i don't know what happened. please send again.

blueness commented 7 years ago

i still got nothing, did you send to blueness@gentoo.org

lluixhi commented 7 years ago

still?

blueness commented 7 years ago

i just added you. didn't you get my email confirming?

lluixhi commented 7 years ago

Got it. Thanks! I'll start moving things over.