You are not logged in.

#1 2015-07-04 13:32:31

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

aur4 git access

I've just created a new PKGBUILD for a fairly new linux application.

I've followed the instructions at:
https://wiki.archlinux.org/index.php/Ar … tory#AUR_4
and managed to create a successful PKGBUILD and .SRCINFO
However, when I get to the point:

 git push origin master 

I get:

git-receive-pack: permission denied: kabads
fatal: Could not read from remote repository.

Is this because it is a new package?

There seems to be little info on how to create a new package.
TIA.

Offline

#2 2015-07-04 13:52:48

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: aur4 git access

Check your ./ssh/config it needs to point to your RSA key.

Also check out this thread, maybe it helps:

- https://bbs.archlinux.org/viewtopic.php?id=198523

Offline

#3 2015-07-04 16:46:14

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: aur4 git access

Hmm - thanks. I seem to have ~/.ssh/config sorted now, as

ssh aur@aur4.archlinux.org help

works, but I'm still getting

git-receive-pack: permission denied: kabads
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Offline

#4 2015-07-04 17:57:17

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: aur4 git access

Double check that you added your public key in your AUR4 account, I'm almost sure that's the problem since you're still getting "Could not read from remote repository".

Edit*

Just found this on reddit:

- https://www.reddit.com/r/archlinux/comm … r_dummies/

Last edited by AbaddonOrmuz (2015-07-04 18:12:56)

Offline

#5 2015-07-06 06:11:53

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: aur4 git access

My public key is definitely there - I put it there before I started the whole shebang. I've even created a specific .id_rsa_aur.pub key (with secret key) just for this purpose. Thanks for the reddit post. I've followed it and checked it against my actions. Still nothing missing.

Offline

#6 2015-07-06 06:16:16

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,541

Re: aur4 git access

Post your ssh config and tell us what package you're trying to create.

Offline

#7 2015-07-06 18:13:14

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: aur4 git access

Host aur4.archlinux.org aur.archlinux.org
  User aur
  IdentitiesOnly yes
  IdentityFile ~/.ssh/id_rsa_aur4

This is for a package called tickr, which is a desktop rss reader. http://open-tickr.net

Offline

#8 2015-07-06 19:12:46

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,541

Re: aur4 git access

https://aur4.archlinux.org/packages/tickr/

If you aren't "archtux", you won't be able to upload until the 8th, when all packages that haven't been uploaded will be automatically disowned.

Offline

#9 2015-07-06 19:22:52

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: aur4 git access

@Scimmia - thanks - that makes sense now. I will try to contact the maintainer and see if they are interested in porting it over.

Offline

Board footer

Powered by FluxBB