[aur-general] Delete request
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 With a heavy heart (and mixed emotions) i request deletion of my pkg luakit-git. http://aur.archlinux.org/packages.php?ID=39516 W/ recent addition of luakit to community; Mason(developer) wishes we archers to use only community and/or luakit-develop-git so he is discontinue git branch for our luakit-git. Thanks JB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN8jCCAAoJEFQ8wHCGr8hkUsMIALcgte26rNfG4I27S4FSYU1n Ok9V8zzpFEw7NdfQ8N48wEBsLn5f4vM8CgTCc3HuyIN/jBiWk3oh27OTWRoeelpi uEUuIgcv/tFU87nxVQHYbiapHUGkYOgxZMKXKFQWMx8oIb4WBzYuWH0N7VMvN+uI ZZLE33SR/M7fb9/MyMMBKKDIYRBem9imoo+1ZciNSHFLnlkDqa0gFsVhDEh9aumh pY3jDK9pBjtuyWAKW9cadl51+fO5GPJ2+lsmaspUIUZekizYdHJ7wB9cEdCSo1xp tzUmCttO9yR2eiAgw4nTt5MU1V1BSnolTqMxrwXaUrUk2jrkGdWnzuUUCD81wWQ= =jG6T -----END PGP SIGNATURE-----
On 06/10/2011 05:56 PM, jwbirdsong wrote:
With a heavy heart (and mixed emotions) i request deletion of my pkg luakit-git. http://aur.archlinux.org/packages.php?ID=39516
W/ recent addition of luakit to community; Mason(developer) wishes we archers to use only community and/or luakit-develop-git so he is discontinue git branch for our luakit-git. What? My copy of the luakit-git package (which is now gone from the aur .< ) pulls from git://github.com/mason-larobina/luakit.git Your package luakit-develop-git [1] pulls from git://github.com/mason-larobina/luakit.git. So which branch is going to be discontinued? :whistle:
The two packages don't look substantially different, so why delete this one and not the other? What does [1] have that the now-defunct luakit-git didn't? [1] https://aur.archlinux.org/packages.php?ID=40084 P.S. It's possible that my copy of luakit-git was a bit old and the more recent versions pulled from a different repo, in which case please ignore this message. -- cantabile "Jayne is a girl's name." -- River
On 11 June 2011 10:21, cantabile <cantabile.desu@gmail.com> wrote:
On 06/10/2011 05:56 PM, jwbirdsong wrote:
With a heavy heart (and mixed emotions) i request deletion of my pkg luakit-git. http://aur.archlinux.org/packages.php?ID=39516
W/ recent addition of luakit to community; Mason(developer) wishes we archers to use only community and/or luakit-develop-git so he is discontinue git branch for our luakit-git.
What? My copy of the luakit-git package (which is now gone from the aur >.< ) pulls from git://github.com/mason-larobina/luakit.git Your package luakit-develop-git [1] pulls from git://github.com/mason-larobina/luakit.git. So which branch is going to be discontinued? :whistle:
The two packages don't look substantially different, so why delete this one and not the other? What does [1] have that the now-defunct luakit-git didn't?
[1] https://aur.archlinux.org/packages.php?ID=40084
P.S. It's possible that my copy of luakit-git was a bit old and the more recent versions pulled from a different repo, in which case please ignore this message. -- cantabile
"Jayne is a girl's name." -- River
luakit-git is IMO a better name than luakit-develop-git. Also luakit-git seems to have a bit cleaner PKGBUILD. For the reference, luakit-git can be accessed from the: http://pkgbuild.com/git/aur.git/tree/luakit-git/PKGBUILD Lukas
2011/6/11 Lukáš Jirkovský <l.jirkovsky@gmail.com>:
On 11 June 2011 10:21, cantabile <cantabile.desu@gmail.com> wrote:
On 06/10/2011 05:56 PM, jwbirdsong wrote:
With a heavy heart (and mixed emotions) i request deletion of my pkg luakit-git. http://aur.archlinux.org/packages.php?ID=39516
W/ recent addition of luakit to community; Mason(developer) wishes we archers to use only community and/or luakit-develop-git so he is discontinue git branch for our luakit-git.
What? My copy of the luakit-git package (which is now gone from the aur >.< ) pulls from git://github.com/mason-larobina/luakit.git Your package luakit-develop-git [1] pulls from git://github.com/mason-larobina/luakit.git. So which branch is going to be discontinued? :whistle:
The two packages don't look substantially different, so why delete this one and not the other? What does [1] have that the now-defunct luakit-git didn't?
[1] https://aur.archlinux.org/packages.php?ID=40084
P.S. It's possible that my copy of luakit-git was a bit old and the more recent versions pulled from a different repo, in which case please ignore this message. -- cantabile
"Jayne is a girl's name." -- River
luakit-git is IMO a better name than luakit-develop-git. Also luakit-git seems to have a bit cleaner PKGBUILD. For the reference, luakit-git can be accessed from the: http://pkgbuild.com/git/aur.git/tree/luakit-git/PKGBUILD
Lukas
Maybe I can help (as the luakit author). Ideally luakit-git should be the development checkout of luakit however it was setup to track the master branch. The "problem" here is that I use the master branch to point to the latest stable release and do all the development, merging & testing in the develop branch. So there is no difference between luakit-git and the [community] version thus the removal request. Perhaps this deletion request should be for luakit-develop-git and we update luakit-git to track the develop branch. I've also got some PKGBUILD updates here which fix parallel building & cleanup the make options. https://gist.github.com/960496 What do we want to do? - Mason
Maybe I can help (as the luakit author).
Ideally luakit-git should be the development checkout of luakit however it was setup to track the master branch. The "problem" here is that I use the master branch to point to the latest stable release and do all the development, merging & testing in the develop branch.
So there is no difference between luakit-git and the [community] version thus the removal request.
Perhaps this deletion request should be for luakit-develop-git and we update luakit-git to track the develop branch.
I've also got some PKGBUILD updates here which fix parallel building & cleanup the make options.
https://gist.github.com/960496
What do we want to do?
- Mason
Hello Mason, thank you for the explanation, it certainly cleared things up. Moreover now I see the luakit-git used git -b master to explicitly update to master, which I didn't notice before. I'm in favor of deleting luakit-devel-git and updating the luakit-git to checkout the "develop" branch. The -git packages normally represents the development version, so adding -devel- can be considered superfluous. And it needs more typing. cantabille, jwbirdsong: is that OK with you? But you would need to decide who is going to develop the luakit-git package. Lukas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/11/2011 04:35 AM, Lukáš Jirkovský wrote:
Maybe I can help (as the luakit author).
Ideally luakit-git should be the development checkout of luakit however it was setup to track the master branch. The "problem" here is that I use the master branch to point to the latest stable release and do all the development, merging & testing in the develop branch.
So there is no difference between luakit-git and the [community] version thus the removal request.
Perhaps this deletion request should be for luakit-develop-git and we update luakit-git to track the develop branch.
I've also got some PKGBUILD updates here which fix parallel building & cleanup the make options.
https://gist.github.com/960496
What do we want to do?
- Mason
Hello Mason, thank you for the explanation, it certainly cleared things up. Moreover now I see the luakit-git used git -b master to explicitly update to master, which I didn't notice before.
I'm in favor of deleting luakit-devel-git and updating the luakit-git to checkout the "develop" branch. The -git packages normally represents the development version, so adding -devel- can be considered superfluous. And it needs more typing.
cantabille, jwbirdsong: is that OK with you? But you would need to decide who is going to develop the luakit-git package.
Lukas
yeah the git -b master was the only notable difference in the two pkgbuild at time of it's removal. I've re-uploaded luakit-git w/ branch changes (1) so now you can delete luakit-develop-kit (2) Oh and put my 40 vote back on plz. lol Thanks JB 1) http://aur.archlinux.org/packages.php?ID=49716 2) http://aur.archlinux.org/packages.php?ID=40084 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN81xmAAoJEFQ8wHCGr8hknZQH/jQAAbXLBX0aUwCCDXP4Q0wP +BCY61yjelAnwK4wY8XMMjt2GXRjVcZBy11AoUlTT0bskO8Qqs5/BKKE6vTcvVxB 5DiGrh6EQbuV2QXB6ORa572CGoMUx+KV1670wVfocE/KYkrISUO3A94UPpbMEtfn EYKzWRehTCBQcCwE4iE4kb1CjTF0A+MjwyMbsiXcOm75sCHvdQnEILh/3AhsG4JI Ex9GyvmryK0Szm/F7evt7mDtGSwJpgLUw2g5ZxAwmx9+3SHG+2iCjRQt26MvTP5V 6gyLKRCgunzb71CXA/voyD1QMLFjnp+3gQg4sPMqEwqXnxZobS9Psk5rLqhhwyE= =/Ia7 -----END PGP SIGNATURE-----
On 11 June 2011 14:15, jwbirdsong <jwbirdsong@jwbirdsong.homelinux.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
yeah the git -b master was the only notable difference in the two pkgbuild at time of it's removal. I've re-uploaded luakit-git w/ branch changes (1) so now you can delete luakit-develop-kit (2)
OK, removed.
Oh and put my 40 vote back on plz. lol
Unfortunately it is not possible now, but somebody was working on such feature.
Thanks JB
1) http://aur.archlinux.org/packages.php?ID=49716 2) http://aur.archlinux.org/packages.php?ID=40084 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJN81xmAAoJEFQ8wHCGr8hknZQH/jQAAbXLBX0aUwCCDXP4Q0wP +BCY61yjelAnwK4wY8XMMjt2GXRjVcZBy11AoUlTT0bskO8Qqs5/BKKE6vTcvVxB 5DiGrh6EQbuV2QXB6ORa572CGoMUx+KV1670wVfocE/KYkrISUO3A94UPpbMEtfn EYKzWRehTCBQcCwE4iE4kb1CjTF0A+MjwyMbsiXcOm75sCHvdQnEILh/3AhsG4JI Ex9GyvmryK0Szm/F7evt7mDtGSwJpgLUw2g5ZxAwmx9+3SHG+2iCjRQt26MvTP5V 6gyLKRCgunzb71CXA/voyD1QMLFjnp+3gQg4sPMqEwqXnxZobS9Psk5rLqhhwyE= =/Ia7 -----END PGP SIGNATURE-----
thank you, Lukas
On 06/11/2011 08:44 AM, Lukáš Jirkovský wrote: snip
Oh and put my 40 vote back on plz. lol
Unfortunately it is not possible now, but somebody was working on such feature.
Oh i know, hence the "lol" at the end. Just being flip/smart ass. Couple of interesting/hopeful patchs have been submitted in the past several weeks if memory serve me correctly. thanks again JB
On 06/11/2011 01:35 PM, Lukáš Jirkovský wrote:
Maybe I can help (as the luakit author).
Ideally luakit-git should be the development checkout of luakit however it was setup to track the master branch. The "problem" here is that I use the master branch to point to the latest stable release and do all the development, merging& testing in the develop branch.
So there is no difference between luakit-git and the [community] version thus the removal request.
Perhaps this deletion request should be for luakit-develop-git and we update luakit-git to track the develop branch.
I've also got some PKGBUILD updates here which fix parallel building& cleanup the make options.
https://gist.github.com/960496
What do we want to do?
- Mason
Hello Mason, thank you for the explanation, it certainly cleared things up. Moreover now I see the luakit-git used git -b master to explicitly update to master, which I didn't notice before.
I'm in favor of deleting luakit-devel-git and updating the luakit-git to checkout the "develop" branch. The -git packages normally represents the development version, so adding -devel- can be considered superfluous. And it needs more typing.
cantabille, jwbirdsong: is that OK with you? But you would need to decide who is going to develop the luakit-git package.
Lukas
Works for me. ;) -- cantabile "Jayne is a girl's name." -- River
participants (4)
-
cantabile
-
jwbirdsong
-
Lukáš Jirkovský
-
Mason Larobina