You are not logged in.

#1 2015-09-24 12:58:20

ford prefect
Member
Registered: 2010-07-08
Posts: 43

[solved] forgot .SRCINFO, how to add it afterwards?

Hi,

I am maintaining a package (apache-tools) along with a co-maintainer.
He forgot to include .SRCINFO last time, and i am struggling to get it in now.

after updating .SRCINFO now, i tried to change the last commit via amend, which seems to work. but then i get a 403 every time attempting to write to aur.

~/apache-tools > git commit --amend .SRCINFO
[master bd68a7c] version update (only building tested)
 Author: So Wieso <mail>
 Date: Wed Aug 5 16:35:13 2015 +0200
 2 files changed, 5 insertions(+), 9 deletions(-)
~/apache-tools > git push
fatal: unable to access 'https://aur.archlinux.org/apache-tools.git/': The requested URL returned error: 403

What am I missing here?

Last edited by ford prefect (2015-09-24 13:07:36)


towel-day.com
nvidia ist keine Hautcreme

Offline

#2 2015-09-24 13:03:17

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: [solved] forgot .SRCINFO, how to add it afterwards?

https != ssh

Offline

#3 2015-09-24 13:03:24

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,648
Website

Re: [solved] forgot .SRCINFO, how to add it afterwards?

Your remote address is wrong -- that is the read-only url for cloning. You should be pushing to ssh://aur@aur.archlinux.org/apache-tools.git

Read through https://wiki.archlinux.org/index.php/Ar … g_packages


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#4 2015-09-24 13:07:18

ford prefect
Member
Registered: 2010-07-08
Posts: 43

Re: [solved] forgot .SRCINFO, how to add it afterwards?

yipp, my fault.
cloning from ssh and amending then just works.
thanks


towel-day.com
nvidia ist keine Hautcreme

Offline

Board footer

Powered by FluxBB