![]() |
2013-05-24
, 08:41
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#62
|
How I find list of packages I have uploaded to the extras-devel, but not promoted to the extras-testing?
In general: Is there way to search packages on extras-devel by uploader/author?
The Following User Says Thank You to hschmitt For This Useful Post: | ||
![]() |
2013-05-24
, 21:50
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#63
|
Thanks, this is a good start.
(And now this goes even more stupid...) Have about packages where Maintainer-field is wrong (unmodified package from debian). E.g python-serial, web interface shows I'm the maintainer (=uploader) http://maemo.org/packages/view/python-serial/ and apt-cache doesn't show.
![]() |
2013-05-25
, 07:45
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#64
|
I don't know, but you probably know these lists, where you can browse through
http://maemo.org/packages/repository...el_free_armel/
http://maemo.org/packages/repository...on-free_armel/
#List of every package in extras-devel: wget http://repository.maemo.org/extras-devel/dists/fremantle/free/binary-armel/Packages.bz2 bunzip2 Packages.bz2 rm package_list.txt cat Packages | grep --color=no Package\: | sed s'/Package: //' | grep -v " " >> package_list.txt sort package_list.txt | uniq > package_names.txt
for n in `cat package_names.txt` do wget "http://maemo.org/packages/view/$n/" -O "$n" test "$(grep 'Aapo Rantalainen' $n )" != '' && (echo $n >> aapo.txt ) done
The Following 4 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
(And now this goes even more stupid...) Have about packages where Maintainer-field is wrong (unmodified package from debian). E.g python-serial, web interface shows I'm the maintainer (=uploader) http://maemo.org/packages/view/python-serial/ and apt-cache doesn't show.
These might be mainly libraries and they are pulled to extras-testing anyway if they are used at all.