Rev | Line | |
---|
[1210] | 1 | #export http_proxy=http://proxy:3128
|
---|
| 2 | #export ftp_proxy=http://proxy:3128
|
---|
| 3 |
|
---|
| 4 | PROJECTS="
|
---|
| 5 | http://download.videolan.org/pub/vlc/SuSE/13.1/
|
---|
| 6 | http://download.nvidia.com/opensuse/13.1/
|
---|
| 7 | "
|
---|
| 8 |
|
---|
| 9 | # destination directory
|
---|
| 10 | DEST="/var/mirror/"
|
---|
| 11 |
|
---|
| 12 | # Script to run after repositories have been synced.
|
---|
| 13 | # Parameter:
|
---|
| 14 | # local path of repository
|
---|
| 15 | POST_SCRIPT="/usr/bin/mirror-adapt-repository.sh"
|
---|
| 16 |
|
---|
| 17 | # Script that is called after mirroring.
|
---|
| 18 | # Parameter:
|
---|
| 19 | # mirror-urls
|
---|
| 20 | # successful repositories
|
---|
| 21 | # failed repositories
|
---|
| 22 | REPORT_SCRIPT=
|
---|
Note:
See
TracBrowser
for help on using the repository browser.