summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-07-25 01:10:00 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-07-25 01:10:00 +0000
commit3caf3594fb150525211d76b8df7c504534e4c331 (patch)
tree07e6960ce15865389949aa4be0369307234268d2 /contrib
parent1a5fd7ec9efde8a138431e3b470b340ebea6cfe3 (diff)
parenta3e73146adce111fe67af0886a43acbf7a654bd7 (diff)
merge of 'bdbc9f1de56a38029ef1396ead1cd220bf2c07b2'
and 'f960843459326876ef399375d5affaacc45d0a46'
Diffstat (limited to 'contrib')
-rw-r--r--contrib/angstrom/source-mirror.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/angstrom/source-mirror.txt b/contrib/angstrom/source-mirror.txt
new file mode 100644
index 0000000000..1c480e730d
--- /dev/null
+++ b/contrib/angstrom/source-mirror.txt
@@ -0,0 +1,14 @@
+#To populate the source mirror the autobuilder uses the following command:
+
+rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -av \
+ --exclude "*.md5" \
+ --exclude "svn" \
+ --exclude "cvs" \
+ --exclude "git" \
+ --exclude "umac.ko" \
+ --exclude "IPL_ixp400NpeLibrary-2_3_2.zip" \
+ --exclude "*.lock" \
+ --exclude "codec_*" \
+ --exclude "dsplink*" \
+ --progress
+