diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-01 10:16:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-01 10:16:41 +0000 |
commit | 0913dd0523847216576614dfa6aee700632a9e32 (patch) | |
tree | dba16bf19d4eeb1c264bca54cb108331aef94ca6 /build/f_isoroot/f_repobuild/config.mk | |
parent | 6753eebc3e581a4491f5b7186f1c5423dae92ae4 (diff) | |
parent | 3518e4b1a55724766e91c58f06d536a9047b8a70 (diff) |
Merge "f_repobuild: Use packetary to build partial mirror"
Diffstat (limited to 'build/f_isoroot/f_repobuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_repobuild/config.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/build/f_isoroot/f_repobuild/config.mk b/build/f_isoroot/f_repobuild/config.mk new file mode 100644 index 000000000..986ea9e8e --- /dev/null +++ b/build/f_isoroot/f_repobuild/config.mk @@ -0,0 +1,23 @@ +############################################################################## +# Copyright (c) 2016 Ericsson AB, Enea AB and others. +# stefan.k.berg@ericsson.com +# jonas.bjurel@ericsson.com +# Alexandru.Avadanii@enea.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +# Use a recent master commit, since tags/branches are not yet mature +export PACKETARY_REPO?=https://github.com/openstack/packetary +export PACKETARY_COMMIT?=c3c2069e2ec46b35eb342386efbf366bb6340027 + +# arm64 Ubuntu mirror is separated from archive.ubuntu.com +export MIRROR_UBUNTU_URL_arm64=http://ports.ubuntu.com/ubuntu-ports/ +export MIRROR_UBUNTU_ROOT_arm64=ubuntu-ports + +# Merge all local mirror repo components/section into single "main" +# NOTE: When changing this, make sure to also update all consumer config, like: +# - fuel_bootstrap_cli.yaml +export MIRROR_UBUNTU_MERGE=true |