Archive Talk:Package list 11.3

Jump to: navigation, search

Here the magic sauce to get them. Think for building the next version

OSS curl -Ls http://download.opensuse.org/distribution/11.3/repo/oss/INDEX.gz | zgrep '\.rpm$' |grep '^./suse'|cut -f4 -d/|cut -f1,2,3 -d.|sort|uniq|while read l; do echo "* $l"; done

NON-OSS curl -Ls http://download.opensuse.org/distribution/11.3/repo/non-oss/INDEX.gz | zgrep '\.rpm$' |grep '^./suse'|cut -f4 -d/|cut -f1,2,3 -d.|sort|uniq|while read l; do echo "* $l"; done

big thanks to yaloki for the magic line.