Re: [aur-general] [RFC] Draft of the AUR 4.0.0 migration notification
On Tue, 26 May 2015 06:24:12 -0600 "Brian F. G. Bidulock" <bidulock@openss7.org> wrote: I just realised I did "reply" and not "reply all", so I'm repeating (sorry!) So, again: nikos@Russell:~/Desktop$ mkdir AUR4 nikos@Russell:~/Desktop$ cd AUR4 nikos@Russell:~/Desktop/AUR4$ ssh aur4.archlinux.org setup-repo coolvlviewer setup-repo: package base already exists: coolvlviewer nikos@Russell:~/Desktop/AUR4$ git clone ssh+git://aur4.archlinux.org/coolvlviewer.git/ Cloning into 'coolvlviewer'... warning: You appear to have cloned an empty repository. Checking connectivity... done. nikos@Russell:~/Desktop/AUR4$ cd coolvlviewer/ nikos@Russell:~/Desktop/AUR4/coolvlviewer$ cp ~/AUR/coolvlviewer/* ./ nikos@Russell:~/Desktop/AUR4/coolvlviewer$ mksrcinfo nikos@Russell:~/Desktop/AUR4/coolvlviewer$ ls -la σύνολο 32 drwxr-xr-x 3 nikos users 4096 Μάι 26 19:17 . drwxr-xr-x 3 nikos users 4096 Μάι 26 19:17 .. -rw-r--r-- 1 nikos users 307 Μάι 26 19:17 coolvlviewer.desktop -rw-r--r-- 1 nikos users 876 Μάι 26 19:17 coolvlviewer.install -rw-r--r-- 1 nikos users 63 Μάι 26 19:17 coolvlviewer.launcher drwxr-xr-x 7 nikos users 4096 Μάι 26 19:17 .git -rw-r--r-- 1 nikos users 2621 Μάι 26 19:17 PKGBUILD -rw-r--r-- 1 nikos users 723 Μάι 26 19:17 .SRCINFO nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git filter-branch --tree-filter fatal: Needed a single revision nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git push -u origin master error: src refspec master does not match any. error: failed to push some refs to 'ssh+git://aur4.archlinux.org/coolvlviewer.git/' -- Νῖκος Θεοδώρου «Ἀγεωμέτρητος μηδεὶς εἰσίτω!»
* Νῖκος Θεοδώρου <ntheo1979@gmail.com> (Tue, 26 May 2015 19:21:52 +0300):
nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git filter-branch --tree-filter fatal: Needed a single revision
You need to add a command that is performed on each revision, but in your case, this step is not necessary, as there are no old git revisions.
nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git push -u origin master error: src refspec master does not match any. error: failed to push some refs to 'ssh+git://aur4.archlinux.org/coolvlviewer.git/'
You didn't add and commit changes. $ git add . $ git commit -m "Initial commit" Now you can push your (first) commit. Best, Marcel
On Tue, 26 May 2015 18:30:17 +0200 Marcel Korpel <marcel.korpel@gmail.com> wrote:
* Νῖκος Θεοδώρου <ntheo1979@gmail.com> (Tue, 26 May 2015 19:21:52 +0300):
nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git filter-branch --tree-filter fatal: Needed a single revision
You need to add a command that is performed on each revision, but in your case, this step is not necessary, as there are no old git revisions.
nikos@Russell:~/Desktop/AUR4/coolvlviewer$ git push -u origin master error: src refspec master does not match any. error: failed to push some refs to 'ssh+git://aur4.archlinux.org/coolvlviewer.git/'
You didn't add and commit changes.
$ git add . $ git commit -m "Initial commit"
Now you can push your (first) commit.
Best, Marcel
Aah, I see! Thank you very much. I understand now. -- Νῖκος Θεοδώρου «Ἀγεωμέτρητος μηδεὶς εἰσίτω!»
On 5/26/15 11:09 AM, SpinFlo wrote:
this don't work for me
i need first:
git add .SRCINFO git add .gitignore (if use)
and then 'git add * && git -am "initial commit"'
:/
Oh great.... I am NOT looking forward to having to migrate my 870ish packages.... Does anyone have a script that will automate the process? -- Thanks, John D Jones III UNIX Zealot; Perl Lover unixgeek1972@gmail.com jnbek1972@gmail.com http://zoelife4u.org/ Where Earth and Spirit Unite
John, On Tue, 26 May 2015, John D Jones III wrote:
Oh great.... I am NOT looking forward to having to migrate my 870ish packages.... Does anyone have a script that will automate the process?
This script worked for 350 packages, but it has some issues. It's a starting point. https://gist.github.com/bbidulock/82ab6f5347f021136054 --brian
Just use git add -A to add everything. On Tue, May 26, 2015 at 2:05 PM, John D Jones III <unixgeek1972@gmail.com> wrote:
On 5/26/15 11:09 AM, SpinFlo wrote:
this don't work for me
i need first:
git add .SRCINFO git add .gitignore (if use)
and then 'git add * && git -am "initial commit"'
:/
Oh great.... I am NOT looking forward to having to migrate my 870ish
packages.... Does anyone have a script that will automate the process?
-- Thanks, John D Jones III UNIX Zealot; Perl Lover unixgeek1972@gmail.com jnbek1972@gmail.com http://zoelife4u.org/ Where Earth and Spirit Unite
* Jakob Gruber <jakob.gruber@gmail.com> (Tue, 26 May 2015 16:02:49 -0700):
Just use
git add -A
to add everything.
On Tue, May 26, 2015 at 2:05 PM, John D Jones III <unixgeek1972@gmail.com> wrote:
On 5/26/15 11:09 AM, SpinFlo wrote:
this don't work for me
i need first:
git add .SRCINFO git add .gitignore (if use)
and then 'git add * && git -am "initial commit"'
:/
Oh great.... I am NOT looking forward to having to migrate my 870ish
packages.... Does anyone have a script that will automate the process?
First: Jakob, please do not top-post. And you're probably replying to SpinFlo's mail, not to John's. And John, I understand it's a PITA to make this transition, Brian's script might work. Do the official AUR-web maintainers provide such a script (I know Lukas is away and you already have a lot of work to do, just asking)? Best, Marcel
And John, I understand it's a PITA to make this transition, Brian's script might work.
Do the official AUR-web maintainers provide such a script (I know Lukas is away and you already have a lot of work to do, just asking)?
For the record it take for me 4 hours to upload 44 packages, included registration and ssh-key generation. -- *Pablo Lezaeta*
Pablo, On Tue, 26 May 2015, Pablo Lezaeta Reyes wrote:
For the record it take for me 4 hours to upload 44 packages, included registration and ssh-key generation.
For me, 2 days for 360 packages, which is almost the identical pace. But, some maintainers have thousands of packages. --brian
Howdy, Will all existing AUR packages be moved over? Will it be an automated process for existing packages? I'm wondering because there are quite a few unmaintained packages. If not, is there something I can do to help? I don't mind taking on more packages if that is what's needed. Thanks Storm On Tue, May 26, 2015 at 05:33:44PM -0600, Brian F. G. Bidulock wrote:
Pablo,
On Tue, 26 May 2015, Pablo Lezaeta Reyes wrote:
For the record it take for me 4 hours to upload 44 packages, included registration and ssh-key generation.
For me, 2 days for 360 packages, which is almost the identical pace. But, some maintainers have thousands of packages.
--brian
-- Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html My blog, Thoughts of a Dragon: http://www.stormdragon.tk/ get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193 Free and open source social networking, get your account TODAY! http://social.2mb.solutions/main/register Follow me on GNU Social: https://social.stormdragon.tk/storm "No life anymore only darkness and pain, shape of shadow no flesh nor blood. All passions now gone no reason to be, cursed by the Lord of the Rings." Battlelore - The Curse of the Kings
On Tue, 2015-05-26 at 20:29 -0400, Storm Dragon wrote:
Howdy, Will all existing AUR packages be moved over? Will it be an automated process for existing packages? I'm wondering because there are quite a few unmaintained packages. If not, is there something I can do to help? I don't mind taking on more packages if that is what's needed. Thanks Storm On Tue, May 26, 2015 at 05:33:44PM -0600, Brian F. G. Bidulock wrote:
Pablo,
On Tue, 26 May 2015, Pablo Lezaeta Reyes wrote:
For the record it take for me 4 hours to upload 44 packages, included registration and ssh-key generation.
For me, 2 days for 360 packages, which is almost the identical pace. But, some maintainers have thousands of packages.
--brian
The transition from AUR3 to AUR4 has to be made by the maintainer, there is no automated update process which will transfer packages. Therefore orphaned packages will be removed in the transition. Think of it as a cleanup. You as a maintainer have until August 1st to upload your packages to AUR4 otherwise everyone may take over what you once maintained.
* Gordian Edenhofer <gordian.edenhofer@gmail.com> (Wed, 27 May 2015 09:37:17 +0200):
You as a maintainer have until August 1st to upload your packages to AUR4 otherwise everyone may take over what you once maintained.
That's not entirely correct, the window is exactly one month: * Lukas Fleischer <lfleischer@archlinux.org> (Sat, 23 May 2015 11:07:25 +0200):
If you want to continue maintaining your AUR packages, please submit them to aur4.archlinux.org until July 7th, 2015. We reserved all packages you are currently maintaining on aur.archlinux.org, such that nobody else can overwrite them. However, if choose not to resubmit your package, we will cancel that reservation on July 8th. This allows anybody to take over the package.
Best, Marcel
participants (9)
-
Brian F. G. Bidulock
-
Gordian Edenhofer
-
Jakob Gruber
-
John D Jones III
-
Marcel Korpel
-
Pablo Lezaeta Reyes
-
SpinFlo
-
Storm Dragon
-
Νῖκος Θεοδώρου