source: dass-tools/etc/mirror-urls.conf

Last change on this file was 1246, checked in by joergs, on Jan 7, 2020 at 12:24:18 PM

Reduce some build warnings/errors.

  • Property svn:executable set to *
File size: 506 bytes
Line 
1#export http_proxy=http://proxy:3128
2#export ftp_proxy=http://proxy:3128
3
4PROJECTS="
5http://download.videolan.org/pub/vlc/SuSE/13.1/
6http://download.nvidia.com/opensuse/13.1/
7"
8
9# destination directory
10DEST="/var/mirror/"
11
12# Script to run after repositories have been synced.
13# Parameter:
14# local path of repository
15POST_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
22REPORT_SCRIPT=
Note: See TracBrowser for help on using the repository browser.