blob: 2c450ff134c71f50b6f1b52e78d8e644fa354bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#To populate the source mirror the autobuilder uses the following command:
rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -aPvz \
--exclude "*.md5" \
--exclude "svn" \
--exclude "hg" \
--exclude "bzr" \
--exclude "cvs" \
--exclude "git" \
--exclude "umac.ko" \
--exclude "IPL_ixp400NpeLibrary-2_3_2.zip" \
--exclude "*.lock" \
--exclude "codec_*" \
--exclude "dsplink*"
|