Skip to content

Commit

Permalink
Disable apt repository source
Browse files Browse the repository at this point in the history
Need repository to be signed before enabling
  • Loading branch information
Tyriar committed Mar 18, 2016
1 parent dd21e63 commit a0a22c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/linux/debian/postinst.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0a22c8

Please sign in to comment.