aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/moon/roles/moon/templates/sources.list.official
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2017-07-29 11:41:35 +0800
committerwutianwei <wutianwei1@huawei.com>2017-07-29 11:41:35 +0800
commit1b3d1fb2d2c2e983bbc80b398869cac9851b6b67 (patch)
tree94443ca0b43117c35682fd44f522c38e16bca975 /plugins/moon/roles/moon/templates/sources.list.official
parentd9c34241cafd3c33acd5ccf42f6464eb363cb24c (diff)
Configurate moon host
1. configurate network 2. change the apt sources.list Change-Id: I93336d48b02846192f47eb1d64a63b50190863e9 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'plugins/moon/roles/moon/templates/sources.list.official')
-rwxr-xr-xplugins/moon/roles/moon/templates/sources.list.official36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/moon/roles/moon/templates/sources.list.official b/plugins/moon/roles/moon/templates/sources.list.official
new file mode 100755
index 00000000..799e4b58
--- /dev/null
+++ b/plugins/moon/roles/moon/templates/sources.list.official
@@ -0,0 +1,36 @@
+# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
+# newer versions of the distribution.
+
+deb http://archive.ubuntu.com/ubuntu/ xenial main restricted
+deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted
+
+## Major bug fix updates produced after the final release of the
+## distribution.
+deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted
+deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted
+
+## Uncomment the following two lines to add software from the 'universe'
+## repository.
+## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
+## team. Also, please note that software in universe WILL NOT receive any
+## review or updates from the Ubuntu security team.
+deb http://archive.ubuntu.com/ubuntu/ xenial universe
+deb-src http://archive.ubuntu.com/ubuntu/ xenial universe
+deb http://archive.ubuntu.com/ubuntu/ xenial-updates universe
+deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates universe
+
+## N.B. software from this repository may not have been tested as
+## extensively as that contained in the main release, although it includes
+## newer versions of some applications which may provide useful features.
+## Also, please note that software in backports WILL NOT receive any review
+## or updates from the Ubuntu security team.
+# deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted
+# deb-src http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted
+
+deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted
+deb-src http://archive.ubuntu.com/ubuntu/ xenial-security main restricted
+deb http://archive.ubuntu.com/ubuntu/ xenial-security universe
+deb-src http://archive.ubuntu.com/ubuntu/ xenial-security universe
+# deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse
+# deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse
+