You are not logged in.

#51 2012-11-10 11:33:29

maxi_jac
Member
From: France
Registered: 2008-08-02
Posts: 72

Re: [Announcement] First public git repo of the complete AUR

Dead project ?

By the way, are you guys also having huge time for pulls ? I have a midrange hard drive ant it takes several minutes to merge.

Also, I sometimes do git clean -fdx, git says "Removing xxxx/src/" but when I check it has not been deleted. Git bug ?

Offline

#52 2012-11-10 18:51:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Announcement] First public git repo of the complete AUR

maxi_jac wrote:

Dead project ?

I think it's time to ask this question on th mailing list.

Offline

#53 2012-11-11 13:46:41

oz
Member
Registered: 2004-05-20
Posts: 102

Re: [Announcement] First public git repo of the complete AUR

karol wrote:
maxi_jac wrote:

Dead project ?

I think it's time to ask this question on th mailing list.

Let us know how it goes, I don't follow the lists but I'm very motivated to get this back online.

Stuff is starting to stagnate horribly.  Is there any other way to download the whole AUR?  If I could do that then I would mirror it to git myself.

Last edited by oz (2012-11-11 13:47:44)

Offline

#54 2012-11-13 21:45:34

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Announcement] First public git repo of the complete AUR

karol wrote:
maxi_jac wrote:

Dead project ?

I think it's time to ask this question on th mailing list.

https://mailman.archlinux.org/pipermail … 20974.html


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#55 2012-11-24 16:30:12

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: [Announcement] First public git repo of the complete AUR

I have just become aware of this issue right now,

I will provide an update by EOD today

update 1:
I have found the reason for the breakage.
Rsync was failing because the servers got moved and the permissions to rsync from pkgbuild.com where not migrated.

Currently working on getting rsync permission.

update 2:
fixed the rsync issue, everything should be back to working order smile

Last edited by tomd123 (2012-11-25 21:13:05)

Offline

#56 2012-12-17 00:26:16

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Announcement] First public git repo of the complete AUR

Thanks, tk.  This is a vital addition to the AUR.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#57 2013-01-20 19:04:27

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

Is this still syncing? I tried sudo aur and it said "Already up-to-date" but it has been at least a few days or so.

Edit: Looking at the commit log on pkgbuild.com looks like there hasn't been a commit in about four days. I will wait for the next one to find out if I'm having any issues.

Last edited by dodo3773 (2013-01-20 19:14:04)

Offline

#58 2013-01-20 21:30:11

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Announcement] First public git repo of the complete AUR


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#59 2013-01-20 21:57:23

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR


Gotcha. Thanks graysky. I will wait for reply.

Offline

#60 2013-01-22 03:07:14

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

Seems to be back in business. Syncing again.

Offline

#61 2013-04-01 06:34:15

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

I just realized that instead of removing the PKGBUILDs for aur packages that do not exist anymore they seem to be staying there and this just gets bigger and bigger. Is that the intended behavior? Is there something I configured wrong on my end? I tried deleting /var/aur and then running sudo aur again to repopulate it but there are still numerous PKGBUILDs for packages that are no longer on the aur.

Offline

#62 2013-04-01 12:59:30

oz
Member
Registered: 2004-05-20
Posts: 102

Re: [Announcement] First public git repo of the complete AUR

Even if they were deleted they would still take up space in the git database.  I kind of like that they are still there because I have brought a few back to life that I wouldn't have known had ever existed.   Although I guess technically they should be deleted.  They would still exist in the git history although a bit harder to search for that way.

Offline

#63 2013-04-01 13:26:57

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [Announcement] First public git repo of the complete AUR

oz wrote:

Even if they were deleted they would still take up space in the git database.  I kind of like that they are still there because I have brought a few back to life that I wouldn't have known had ever existed.   Although I guess technically they should be deleted.  They would still exist in the git history although a bit harder to search for that way.

Maybe you could add a file to the directory, like ~removed when you detect a deleted package. If a package is readded, remove that file again.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#64 2013-04-01 17:30:51

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

oz wrote:

Even if they were deleted they would still take up space in the git database.  I kind of like that they are still there because I have brought a few back to life that I wouldn't have known had ever existed.   Although I guess technically they should be deleted.  They would still exist in the git history although a bit harder to search for that way.

Okay let me give you an example of what I mean:

$ yaourt -Ss dolphin-emu
community/dolphin-emu 1:3.5-3
    A Gamecube / Wii / Triforce Emulator
aur/dolphin-emu-git 20130316-1
    A GameCube / Wii / Triforce emulator
$ ls /var/aur | grep dolphin-emu
dolphin-emu/
dolphin-emu-git/
dolphin-emu-no-svn-config-dir-svn/
dolphin-emu-svn/
dolphin-emu-svn-bin/

@tomd123

Is this the intended action? Is there any way to change the /usr/bin/aur script to change this on my end?

Offline

#65 2013-04-06 04:12:41

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: [Announcement] First public git repo of the complete AUR

@dodo3773

you can view the code for the sync script at:
https://github.com/gostrc/aurgit/blob/m … ate-aur.sh

I guess that is the behavior of the script but it is not ideal

Offline

#66 2013-04-06 04:17:45

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

tomd123 wrote:

@dodo3773

you can view the code for the sync script at:
https://github.com/gostrc/aurgit/blob/m … ate-aur.sh

I guess that is the behavior of the script but it is not ideal

Are you in charge of this upstream / any plans to consider changing this behavior?

Offline

#67 2013-04-18 12:14:54

Yuras
Member
Registered: 2012-12-20
Posts: 7
Website

Re: [Announcement] First public git repo of the complete AUR

I think it could be a good idea to add mention in wiki that it's not necessary to download all history if somebody don't want to by adding --depth 1 in git clone command. It will reduce size of downloading content to ~100 mb.

Offline

#68 2013-05-20 13:36:52

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: [Announcement] First public git repo of the complete AUR

dodo3773 wrote:
tomd123 wrote:

@dodo3773

you can view the code for the sync script at:
https://github.com/gostrc/aurgit/blob/m … ate-aur.sh

I guess that is the behavior of the script but it is not ideal

Are you in charge of this upstream / any plans to consider changing this behavior?

Yes I am, I have no plans on changing it currently due to lack of time, right now, I am just maintaining.

Offline

#69 2013-05-20 16:13:58

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

Okay gotcha. I looked at that script and I admit I do not completely understand it. If anyone else following this thread does please explain to me how this can be changed to only download current aur entries please.

Offline

#70 2013-05-20 16:18:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Announcement] First public git repo of the complete AUR

dodo3773 wrote:

Okay gotcha. I looked at that script and I admit I do not completely understand it. If anyone else following this thread does please explain to me how this can be changed to only download current aur entries please.

Have you tried Yuras' advice?

What do you need a copy of all these AUR packages for?

Offline

#71 2013-05-20 16:29:52

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [Announcement] First public git repo of the complete AUR

karol wrote:
dodo3773 wrote:

Okay gotcha. I looked at that script and I admit I do not completely understand it. If anyone else following this thread does please explain to me how this can be changed to only download current aur entries please.

Have you tried Yuras' advice?

What do you need a copy of all these AUR packages for?

I deleted my /var/aur folder and added "--depth 1" to the end of the git clone command in the aur script. But then when I run sudo aur it still gives me packages that aren't on the aur. As to your other question I use this package for my zsh completion scripts. So I can use tab completion with aur wrapper like how pacman does on repo packages. It's very convenient for me.

Offline

#72 2013-08-05 02:05:45

vadmium
Member
Registered: 2010-11-02
Posts: 63

Re: [Announcement] First public git repo of the complete AUR

Currently the http://pkgbuild.com/ web server seems to be down; both port 80 and 443 are refusing connections. A clone using the Git protocol just worked for me and has up to date commits but it meant I downloaded 291 MB of history and waited for it to finish cloning just to look at the history of a particular package. Any news on what’s going on with the web server?

Offline

#73 2013-10-18 23:07:41

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Announcement] First public git repo of the complete AUR

I believe the updates have stopped several days ago:

http://pkgbuild.com/git/aur-mirror.git

Branch	Commit message	Author	Age
master	updated on Tue Oct 15 20:07:06 UTC 2013	Thomas Dziedzic	3 days
 
 
Age	Commit message	Author	Files	Lines
3 days	updated on Tue Oct 15 20:07:06 UTC 2013HEADmaster	Thomas Dziedzic	21	-550/+453
3 days	updated on Tue Oct 15 18:15:21 UTC 2013	Thomas Dziedzic	24	-100/+488
3 days	updated on Tue Oct 15 16:10:41 UTC 2013	Thomas Dziedzic	16	-71/+151
3 days	updated on Tue Oct 15 14:22:22 UTC 2013	Thomas Dziedzic	27	-312/+695
3 days	updated on Tue Oct 15 12:01:15 UTC 2013	Thomas Dziedzic	15	-72/+148
4 days	updated on Tue Oct 15 10:12:24 UTC 2013	Thomas Dziedzic	10	-71/+207
4 days	updated on Tue Oct 15 08:00:28 UTC 2013	Thomas Dziedzic	25	-45/+121
4 days	updated on Tue Oct 15 06:00:22 UTC 2013	Thomas Dziedzic	23	-99/+451
4 days	updated on Tue Oct 15 04:14:40 UTC 2013	Thomas Dziedzic	17	-66/+204
4 days	updated on Tue Oct 15 02:21:31 UTC 2013	Thomas Dziedzic	20	-62/+154
[...]

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#74 2013-10-23 14:09:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Announcement] First public git repo of the complete AUR

Offline

#75 2013-10-23 16:41:58

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Announcement] First public git repo of the complete AUR

karol wrote:

I should have done that; I emailed Tom privately.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB