mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
8 lines
194 B
Python
8 lines
194 B
Python
import os
|
|
|
|
BUILD_DIR = 'build'
|
|
BUILD_CONFIG = os.path.join(BUILD_DIR, 'build-config.json')
|
|
|
|
# The default mirror was chosen entirely at random
|
|
DEBIAN_MIRROR = 'http://ftp.nl.debian.org/debian/'
|