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

Unified Diff: sitescripts/extensions/utils.py

Issue 5673709830406144: Issue 356 - Publish uploaded devbuild on the Chrome Web Store (Closed)
Patch Set: Created May 5, 2014, 2:13 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 | « sitescripts/extensions/bin/createNightlies.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -136,6 +136,7 @@
keyFile = _defineLocalProperty('key', '')
name = _defineLocalProperty('name')
galleryID = _defineLocalProperty('galleryID', '')
+ devbuildGalleryID = _defineLocalProperty('devbuildGalleryID', '')
downloadPage = _defineLocalProperty('downloadPage', '')
experimental = _defineLocalProperty('experimental', '')
clientID = _defineLocalProperty('clientID', '')
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld