added files for setting up ubuntu mirror for offline dev

This commit is contained in:
Jeffrey Paul
2014-02-09 00:28:38 +01:00
parent 3ab424b72e
commit 4b47b5c23a
3 changed files with 50 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ RE+=' --exclude /pool/main/*/*/*.gz'
RE+=' --exclude /pool/main/k/kde*'
RE+=' --exclude /pool/main/g/gnome*'
RE+=' --exclude /pool/main/l/language-pack*'
RE+=' --exclude /pool/main/l/linux-ec2'
# need english
RE+=' --include /pool/main/l/language-pack*en*'
RE+=' --include /pool/main/l/language-support*en*'