b0ee421a2a
The canonical name of the official Debian mirror redirector is httpredir.debian.org. Change-Id: I61455919d84d414d5da7df699a5b14439f07ff3d
4 lines
164 B
Bash
4 lines
164 B
Bash
export DISTRO_NAME=debian
|
|
export DIB_RELEASE=${DIB_RELEASE:-unstable}
|
|
export DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-http://httpredir.debian.org/debian}
|