Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2913)

Unified Diff: chrome/installer/linux/common/installer.include

Issue 1068323002: Add support for SSL-based DEB repo. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: add missing replacement Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/linux/common/apt.include ('k') | chrome/installer/linux/common/variables.include » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/common/installer.include
diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
index 1296ca8bddc282e579744437103936404324153b..14171f7600bed7a293f2a017f195ed6b404a79c2 100644
--- a/chrome/installer/linux/common/installer.include
+++ b/chrome/installer/linux/common/installer.include
@@ -73,6 +73,7 @@ process_template() (
-e "s#@@MAINTNAME@@#${MAINTNAME}#g" \
-e "s#@@MAINTMAIL@@#${MAINTMAIL}#g" \
-e "s#@@REPOCONFIG@@#${REPOCONFIG}#g" \
+ -e "s#@@SSLREPOCONFIG@@#${SSLREPOCONFIG}#g" \
-e "s#@@SHORTDESC@@#${SHORTDESC}#g" \
-e "s#@@FULLDESC@@#${FULLDESC}#g" \
-e "s#@@DEFAULT_FLAGS@@#${DEFAULT_FLAGS:-}#g" \
« no previous file with comments | « chrome/installer/linux/common/apt.include ('k') | chrome/installer/linux/common/variables.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698