[aur-general] Error submitting to aur4

2015-06-10 Thread Alexander Görtz
Hi, I lately have adopted an aur package "google-authenticator-libpam-git". But if I try to add it to the new aur4 I get: > git-receive-pack: permission denied: nylocx > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository ex

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Chi Hsuan Yen
On 9 June 2015 at 07:05, Eli Schwartz wrote: > On Mon, Jun 8, 2015 at 6:33 AM, Chi Hsuan Yen wrote: > > > (Due to my poor English, the subject may not be easy to understand. I'll > > explain it below.) > > > > Hello AUR users, > > > > First I'm glad to see that AUR now switches to a git-based pa

Re: [aur-general] Error submitting to aur4

2015-06-10 Thread Lukas Fleischer
On Wed, 10 Jun 2015 at 09:01:05, Alexander Görtz wrote: > Hi, > > I lately have adopted an aur package "google-authenticator-libpam-git". But > if > I try to add it to the new aur4 I get: > > > git-receive-pack: permission denied: nylocx > > fatal: Could not read from remote repository. > > >

[aur-general] Signoff report for [community-testing]

2015-06-10 Thread Arch Website Notification
=== Signoff report for [community-testing] === https://www.archlinux.org/packages/signoffs/ There are currently: * 0 new packages in last 24 hours * 0 known bad packages * 0 packages not accepting signoffs * 0 fully signed off packages * 13 packages missing signoffs * 6 packages older than 14 days

Re: [aur-general] Dropping gtkhotkey from [community]

2015-06-10 Thread Felix Yan
On 05/26/2015 03:14 PM, Felix Yan wrote: > If there is no objection, I will do the move when the new synapse > package moves out of [community-testing]. Dropped. -- Regards, Felix Yan signature.asc Description: OpenPGP digital signature

Re: [aur-general] Dropping gtkhotkey from [community]

2015-06-10 Thread Pablo Lezaeta Reyes
To aur3 or aur4? El mié 10/06/2015, 12:21 PM, Felix Yan escribió: > On 05/26/2015 03:14 PM, Felix Yan wrote: > > If there is no objection, I will do the move when the new synapse > > package moves out of [community-testing]. > > Dropped. > > -- > Regards, > Felix Yan > >

Re: [aur-general] Dropping gtkhotkey from [community]

2015-06-10 Thread Felix Yan
On 06/10/2015 11:35 PM, Pablo Lezaeta Reyes wrote: > To aur3 or aur4? To aur3. aur4 still rejects the package for now ("package is blacklisted: gtkhotkey"), I'll try again sometime later. -- Regards, Felix Yan signature.asc Description: OpenPGP digital signature

[aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
Hi howto remove (no revert) bad commits and push the change to [aur4]? i want clean a bad commits with their history to clean history. or reset the repo i tired with - git reset HEAD --force - git push but say this message ! [rejected]master -> master (non-fast-forward) error: failed

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread Marcel Korpel
* SpinFlo (Wed, 10 Jun 2015 19:14:04 +0200): > howto remove (no revert) bad commits and push the change to [aur4]? I think what you want is git rebase: $ git rebase -i HEAD~2 This opens an editor with the last two commits, where you can squash a previous revision into a later one. Use HEAD~3 to

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread Marcel Korpel
* Marcel Korpel (Wed, 10 Jun 2015 19:25:30 +0200): > $ git rebase -i HEAD~2 > > This opens an editor with the last two commits, where you can squash a > previous revision into a later one. My bad, talked too soon: you actually squash a revision into a *previous* one.

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 19:26 GMT+02:00 Marcel Korpel : > * Marcel Korpel (Wed, 10 Jun 2015 19:25:30 > +0200): >> $ git rebase -i HEAD~2 >> >> This opens an editor with the last two commits, where you can squash a >> previous revision into a later one. > > My bad, talked too soon: you actually squash a revisio

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread Ido Rosen
I'm guessing, but AUR4 probably does not allow rewriting history (non-fast-forward merges), or forced pushes. On Wed, Jun 10, 2015 at 2:02 PM, SpinFlo wrote: > 2015-06-10 19:26 GMT+02:00 Marcel Korpel : >> * Marcel Korpel (Wed, 10 Jun 2015 19:25:30 >> +0200): >>> $ git rebase -i HEAD~2 >>> >>> T

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread Alexander Görtz
Hi, > I'm guessing, but AUR4 probably does not allow rewriting history > (non-fast-forward merges), or forced pushes. I think so too but as his code pasting showed just a simple push. Did you try to do git push --force? > I'm guessing, but AUR4 probably does not allow rewriting history > (non-fast

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
> Hi, >> I'm guessing, but AUR4 probably does not allow rewriting history >> (non-fast-forward merges), or forced pushes. > I think so too but as his code pasting showed just a simple push. > Did you try to do git push --force? > └───╼ git push --force Counting objects: 4, done. Delta compress

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Eli Schwartz
On Tue, Jun 9, 2015 at 12:39 AM, Stefan Tatschner wrote: > Especially those git hooks are a really nice idea! > Thanks! I have a hatred of doing busywork. ;) -- Eli Schwartz

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread Eli Schwartz
The AUR4 does not allow rewriting history. Even if it did allow it, you'd have to use `--force` to push a non-fast-forward change, but it is a moot point because the AUR is set up to deny non-fast-forwards regardless. ;) I believe the reason is to prevent malicious individuals from adopting an orp

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 21:04 GMT+02:00 Eli Schwartz : > The AUR4 does not allow rewriting history. Even if it did allow it, you'd > have to use `--force` to push a non-fast-forward change, but it is a moot > point because the AUR is set up to deny non-fast-forwards regardless. ;) > > I believe the reason is to

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Eli Schwartz
On Wed, Jun 10, 2015 at 2:04 AM, Chi Hsuan Yen wrote: > Thanks for the awesome tool! I've encoutered "missing .SRCINFO in commit > xxx" error, while it's another problem. > > Yen Chi Hsuan > Unfortunately, the "make everything perfect" githook is still eluding me. :-D But I think I've got all t

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Eli Schwartz
Also, I have a "base" branch [1] with just the tools cherry-picked, if anyone wants they can use that and add their own packages on top. -- Eli Schwartz [1] https://github.com/eli-schwartz/pkgbuilds/tree/base

[aur-general] Can't clone my aur4 git repo: git-upload-pack: invalid path: zbackup.git

2015-06-10 Thread Felix Braun
Hi there, I'm trying to port the (one) package I'm maintaining over to AUR4 as per the instructions in the wiki. I have successfully created a new keypair and uploaded the public part to my account. I have also created a new Host entry in my .ssh/config (so that I can access my alternative ssh-ke

Re: [aur-general] Can't clone my aur4 git repo: git-upload-pack: invalid path: zbackup.git

2015-06-10 Thread Celti
On Wed, 10 Jun 2015 21:41:47 +0200 Felix Braun wrote: > $ git clone aur:zbackup.git You want `git clone aur:/zbackup.git`. Regards, ~Celti pgpL8HgBXCQkB.pgp Description: PGP signature

[aur-general] My AUR4 migration workflow

2015-06-10 Thread Florian Bruhin
Hi, I just migrated my packages to AUR4 and thought I'd share some notes I did during the process. After a quick try I didn't use any script as I wanted to see what's going on and do some manual corrections. This is too terse for the wiki I think, but maybe it helps someone. The starting point

[aur-general] [AUR4] Web-UI doesn't show repo HEAD

2015-06-10 Thread Leonidas Spyropoulos
Hello, I might be missing something but the web-ui for AUR4 for one of my packages is not showing the latest HEAD of the git repository. The package I'm referring to is caatinga [1] currently updated to 1.1.1-1 as you can see in the PKGBUILD [2]. The web interface though still shows as 1.0.2-

Re: [aur-general] [AUR4] Web-UI doesn't show repo HEAD

2015-06-10 Thread Marcel Korpel
* Leonidas Spyropoulos (Wed, 10 Jun 2015 23:04:29 +0100): > I might be missing something but the web-ui for AUR4 for one of my > packages is not showing the latest HEAD of the git repository. The > package I'm referring to is caatinga [1] currently updated to 1.1.1-1 > as you can see in the PKGB

Re: [aur-general] [AUR4] Web-UI doesn't show repo HEAD

2015-06-10 Thread Leonidas Spyropoulos
On 06/10/2015 11:10 PM, Marcel Korpel wrote: * Leonidas Spyropoulos (Wed, 10 Jun 2015 23:04:29 +0100): I might be missing something but the web-ui for AUR4 for one of my packages is not showing the latest HEAD of the git repository. The package I'm referring to is caatinga [1] currently updated

Re: [aur-general] [AUR4] Web-UI doesn't show repo HEAD

2015-06-10 Thread Marcel Korpel
* Leonidas Spyropoulos (Wed, 10 Jun 2015 23:16:19 +0100): > Need to make it automatic maybe with some pre-commit hooks? Eli Schwartz already did some work: https://github.com/eli-schwartz/pkgbuilds/tree/base Best, Marcel

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Marcel Korpel
* Eli Schwartz (Wed, 10 Jun 2015 14:18:55 -0500): > Also, I have a "base" branch [1] with just the tools cherry-picked, if > anyone wants they can use that and add their own packages on top. Thanks so much for these hooks. However, I'm not able to install them properly (as I think you intended to

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Eli Schwartz
On Wed, Jun 10, 2015 at 6:35 PM, Marcel Korpel wrote: > Thanks so much for these hooks. However, I'm not able to install them > properly (as I think you intended to install them) and they don't work > as I expected (but I'm not well-versed in git hooks at all). > > I cloned your repository, went

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Justin Dray
How will that work for new packages you take maintainership of? I'm not a git wizard, but taking a look at the stuff I can't see any way it merges in an external git repo in to yours when you take over an existing orphaned package. I tried the submodule thing as well and found it horrible inadequat

Re: [aur-general] [AUR4] Web-UI doesn't show repo HEAD

2015-06-10 Thread Eli Schwartz
On Wed, Jun 10, 2015 at 5:22 PM, Marcel Korpel wrote: > * Leonidas Spyropoulos (Wed, 10 Jun 2015 23:16:19 > +0100): > > Need to make it automatic maybe with some pre-commit hooks? > > Eli Schwartz already did some work: > https://github.com/eli-schwartz/pkgbuilds/tree/base > > Best, Marcel > Be

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Eli Schwartz
On Wed, Jun 10, 2015 at 7:52 PM, Justin Dray wrote: > How will that work for new packages you take maintainership of? I'm not a > git wizard, but taking a look at the stuff I can't see any way it merges in > an external git repo in to yours when you take over an existing orphaned > package. I tri

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-10 Thread Justin Dray
Ah, sounds good! Thanks for that. - Justin

[aur-general] AUR4, git, subtrees ELI5?

2015-06-10 Thread Phillip Smith
Has anyone written an ELI5 document for us simpletons who only know how to push, pull and commit, but would still like to be able to have a single repository of PKGBUILD's we are responsible for?

Re: [aur-general] AUR4, git, subtrees ELI5?

2015-06-10 Thread Eli Schwartz
On Wed, Jun 10, 2015 at 11:19 PM, Phillip Smith wrote: > Has anyone written an ELI5 document for us simpletons who only know how to > push, pull and commit, but would still like to be able to have a single > repository of PKGBUILD's we are responsible for? > Well, I have explained how I set it u

Re: [aur-general] AUR4, git, subtrees ELI5?

2015-06-10 Thread David Kaylor
On Thu, Jun 11, 2015 at 12:19 AM, Phillip Smith wrote: > Has anyone written an ELI5 document for us simpletons who only know how to > push, pull and commit, but would still like to be able to have a single > repository of PKGBUILD's we are responsible for? > How about a simpleton who has never