Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/updateserver/templates/update_update_manifests.erb

Issue 29632971: #5944 - Use abpssembly to update update manifests (Closed)
Patch Set: Created Dec. 7, 2017, 2:46 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/updateserver/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/templates/update_update_manifests.erb
diff --git a/modules/updateserver/templates/update_update_manifests.erb b/modules/updateserver/templates/update_update_manifests.erb
index 84f019b84ed2872e86668504346395a7acaec4ed..4143d95edc25566b45c99c91003cdfd0ffe98276 100644
--- a/modules/updateserver/templates/update_update_manifests.erb
+++ b/modules/updateserver/templates/update_update_manifests.erb
@@ -9,7 +9,7 @@ flock -n 9 || exit 0
hg pull -q -R "<%= @sitescripts_var_dir %>/<%= repository %>"
<% end %>
-export PYTHONPATH=/opt/sitescripts
+export PYTHONPATH=/opt/abpssembly
python -m sitescripts.extensions.bin.updateUpdateManifests
rm -f "$lock_file"
« no previous file with comments | « modules/updateserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld