From a0a22c8a512557445dc62cc5952a48d92c93a053 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 18 Mar 2016 11:51:13 -0700 Subject: [PATCH] Disable apt repository source Need repository to be signed before enabling --- resources/linux/debian/postinst.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/linux/debian/postinst.template b/resources/linux/debian/postinst.template index 947bf140ec3..fddeac1390e 100755 --- a/resources/linux/debian/postinst.template +++ b/resources/linux/debian/postinst.template @@ -19,4 +19,5 @@ APT_SOURCE_PARTS=$APT_ETC$(get_apt_config_value Dir::Etc::sourceparts) CODE_SOURCE_LIST=$APT_SOURCE_PARTS/visual-studio-@@NAME@@.list rm -f $CODE_SOURCE_LIST -echo "deb @@UPDATEURL@@/api/deb/@@QUALITY@@/ @@ARCHITECTURE@@/" > $CODE_SOURCE_LIST +# TODO: #2973: Enable once the apt repository is signed +#echo "deb @@UPDATEURL@@/api/deb/@@QUALITY@@/ @@ARCHITECTURE@@/" > $CODE_SOURCE_LIST