[aur-general] Orphaning out-of-date packages
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2]. If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time. [1] http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html [2] http://sprunge.us/SNGT
2011/8/13 Lukas Fleischer <archlinux@cryptocrack.de>
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
[1] http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html [2] http://sprunge.us/SNGT
Excelent. I think that everything will flow better now. -- Estêvão Valadão
On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote:
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
[1] http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html [2] http://sprunge.us/SNGT
It would be useful to also include the maintainers name in that list, and then sort it. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves. -- Alan Kay
On Sun, Aug 14, 2011 at 08:55:35AM +0200, Magnus Therning wrote:
On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote:
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
[1] http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html [2] http://sprunge.us/SNGT
It would be useful to also include the maintainers name in that list, and then sort it.
/M
+1 for sorting alphabetically, and adding the maintainer name is not a bad idea. zorun -- "C'est mieux, mais il y a plus cher ailleurs" : ____ _ _ _ _ ___ _ / ___| \ | | | | | / / | (_)_ __ _ ___ __ | | _| \| | | | |/ /| | | | '_ \| | | \ \/ / | |_| | |\ | |_| / / | |___| | | | | |_| |> < \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\ GNU/Linux fan && Archlinux user
And thou shalt receive. Yay for bash: http://underrun.org/~gadget/OrphanList.log For those interested I used this: wget -nc http://sprunge.us/SNGT
touch OrphanList.log for i in $(cat SNGT | sort -n) do echo $i $(/usr/share/namcap-reports/scripts/community-maintainer.sh $i) | tee -a OrphanList.log done cat OrphanList.log | column -t > tempfile mv tempfile OrphanList.log
Gadget3000 On 14 August 2011 11:41, Baptiste <zerstorer@free.fr> wrote:
On Sun, Aug 14, 2011 at 08:55:35AM +0200, Magnus Therning wrote:
On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote:
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
[1] http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html [2] http://sprunge.us/SNGT
It would be useful to also include the maintainers name in that list, and then sort it.
/M
+1 for sorting alphabetically, and adding the maintainer name is not a bad idea.
zorun
-- "C'est mieux, mais il y a plus cher ailleurs" : ____ _ _ _ _ ___ _ / ___| \ | | | | | / / | (_)_ __ _ ___ __ | | _| \| | | | |/ /| | | | '_ \| | | \ \/ / | |_| | |\ | |_| / / | |___| | | | | |_| |> < \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\
GNU/Linux fan && Archlinux user
On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote:
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
Done. Check [1] for a list of orphaned packages. [1] http://sprunge.us/jHWe
On 2011-08-22 11:25 +0200 (34:1) Lukas Fleischer wrote:
On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote:
Andrea suggested this about two months ago [1] - it's time to take the gloves off. I just created a list of packages that have been flagged out-of-date for almost 6 months now and still have a maintainer [2].
If you maintain any of these packages, feel free to update it. I will re-generate that list and mass orphan affected packages in a week's time.
Done. Check [1] for a list of orphaned packages.
I've attached a Perl script that prints out the intersection of that list and the list of locally installed packages. Just change the URL if a new list is posted.
On Tue, Aug 23, 2011 at 10:44 AM, Xyne <xyne@archlinux.ca> wrote:
I've attached a Perl script that prints out the intersection of that list and the list of locally installed packages. Just change the URL if a new list is posted.
The ML removed it. aurphan [1] is able to do something similar (takes the whole AUR instead of that list). [1] http://www.archlinux.org/packages/community/any/aurphan/ -- Cédric Girard
participants (7)
-
Baptiste
-
Cédric Girard
-
Estêvão Valadão
-
gadget3000
-
Lukas Fleischer
-
Magnus Therning
-
Xyne