[oe-commits] org.oe.angstrom-2007.12-stable feed sorter: add palmz72 and log new packages to file

koen commit openembedded-commits at lists.openembedded.org
Mon Feb 25 19:49:04 UTC 2008


feed sorter: add palmz72 and log new packages to file

Author: koen at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: 9e20bb1ea10584fc619d9e181acaedc9f29e8e49
ViewMTN: http://monotone.openembedded.org/revision/info/9e20bb1ea10584fc619d9e181acaedc9f29e8e49
Files:
1
contrib/angstrom/sort.sh
Diffs:

#
# mt diff -r9ccd80dc54586a2d8fdc0a2f819bb3c086f8a78b -r9e20bb1ea10584fc619d9e181acaedc9f29e8e49
#
# 
# 
# patch "contrib/angstrom/sort.sh"
#  from [9a6490cb3e7de604c9868e323cc61f21117d7707]
#    to [1ca87a37ed30f99544bc51f6d766632632f65138]
# 
============================================================
--- contrib/angstrom/sort.sh	9a6490cb3e7de604c9868e323cc61f21117d7707
+++ contrib/angstrom/sort.sh	1ca87a37ed30f99544bc51f6d766632632f65138
@@ -25,6 +25,12 @@ cat files-duplicate | xargs rm -f
 echo "Removing duplicate packages in unsorted"
 cat files-duplicate | xargs rm -f
 
+# Log remaining packages to a file 
+find . -name "*.ipk" |grep -v dbg | grep -v -- -dev | grep -v locale > new-files.txt
+for newfile in $(cat new-files.txt | sed s:./::g) ; do
+    echo "$(date -u +%s) $newfile $(basename ${PWD})" >> ../upload.txt
+done    
+
 do_sort() {
 archdir=$arch
 
@@ -34,7 +40,7 @@ case "$arch" in
 	"armv4t")
 			machines="ep93xx h6300 fic-gta01 fic-gta02" ;;
 	"armv5te")
-			machines="davinci-dvevm gumstix-connex gumstix-verdex gumstix e680 a780 a1200 at91sam9263ek rokre6 rokre2 rokr-e2 akita c7x0 h2200 h3900 h4000 h5000 htcapache htctornado htcblueangel htcuniversal hx4700 nslu2le hx2000 ixp4xxle magician netbook-pro nokia770 qemuarm omap5912osk poodle spitz tosa" ;;
+			machines="davinci-dvevm gumstix-connex gumstix-verdex gumstix e680 a780 a1200 at91sam9263ek rokre6 rokre2 rokr-e2 akita c7x0 h2200 h3900 h4000 h5000 htcapache htctornado htcblueangel htcuniversal hx4700 nslu2le hx2000 ixp4xxle magician netbook-pro nokia770 palmz72 qemuarm omap5912osk poodle spitz tosa" ;;
 	"armv5teb")
 			machines="ixp4xxbe nslu2be" ;;
 	"armv6")	






More information about the Openembedded-commits mailing list