diff options
author | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-11-16 08:40:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-16 08:40:40 +0000 |
commit | da5ed062277da74d394202a97ffa9344fe88ea2a (patch) | |
tree | e71e707c1584e94f74925400dd59fcc87b5428ee /build/install/apt-ftparchive-release.conf | |
parent | d4b0f79649da3ad7a3f3f59d3b92ea230f5b1826 (diff) | |
parent | 9f8aff6636e0d86834178b461802f3e7cb95189d (diff) |
Merge "Uplift to Fuel 10.0/Newton"
Diffstat (limited to 'build/install/apt-ftparchive-release.conf')
-rw-r--r-- | build/install/apt-ftparchive-release.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/install/apt-ftparchive-release.conf b/build/install/apt-ftparchive-release.conf index e40ff68b4..4425f2e34 100644 --- a/build/install/apt-ftparchive-release.conf +++ b/build/install/apt-ftparchive-release.conf @@ -9,10 +9,10 @@ ############################################################################## APT::FTPArchive::Release::Origin "Mirantis"; -APT::FTPArchive::Release::Label "mos9.0"; -APT::FTPArchive::Release::Suite "mos9.0"; -APT::FTPArchive::Release::Version "14.04"; -APT::FTPArchive::Release::Codename "mos9.0"; +APT::FTPArchive::Release::Label "mos10.0"; +APT::FTPArchive::Release::Suite "mos10.0"; +APT::FTPArchive::Release::Version "16.04"; +APT::FTPArchive::Release::Codename "mos10.0"; APT::FTPArchive::Release::Architectures "amd64"; APT::FTPArchive::Release::Components "main"; -APT::FTPArchive::Release::Description "Ubuntu Trusty Tahr 14.04 LTS"; +APT::FTPArchive::Release::Description "Ubuntu 16.04.1 LTS"; |