diff options
Diffstat (limited to 'contrib/angstrom')
-rw-r--r-- | contrib/angstrom/source-mirror.txt | 14 |
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 + |