summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-09-14 15:34:37 +0300
committerArtur Signell <artur@vaadin.com>2016-09-14 16:43:14 +0300
commit62815353e1b9d3cd126809f5c818ad35bf913807 (patch)
treecd711d208152a2eb2dfcb77780565677c6f9cd3d /scripts
parent8f0b1a1dd026a756912c9f21bd2b34ea46897c7f (diff)
downloadvaadin-framework-62815353e1b9d3cd126809f5c818ad35bf913807.tar.gz
vaadin-framework-62815353e1b9d3cd126809f5c818ad35bf913807.zip
Build demos from 7.7 branch
Change-Id: Ic2a0396ad451adfd2c75b3dbd54155d28fb16be7
Diffstat (limited to 'scripts')
-rw-r--r--scripts/BuildDemos.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/BuildDemos.py b/scripts/BuildDemos.py
index 59cfe88a81..aafd9227f1 100644
--- a/scripts/BuildDemos.py
+++ b/scripts/BuildDemos.py
@@ -16,10 +16,10 @@ from xml.etree.ElementTree import ElementTree
# Validated demos. name -> git url
demos = {
- "dashboard" : "https://github.com/vaadin/dashboard-demo.git",
- "parking" : "https://github.com/vaadin/parking-demo.git",
- "addressbook" : "https://github.com/vaadin/addressbook.git",
- "grid-gwt" : "https://github.com/vaadin/grid-gwt.git",
+ "dashboard" : ("https://github.com/vaadin/dashboard-demo.git","7.7"),
+ "parking" : ("https://github.com/vaadin/parking-demo.git", "7.7"),
+ "addressbook" : ("https://github.com/vaadin/addressbook.git", "7.7"),
+ "grid-gwt" : ("https://github.com/vaadin/grid-gwt.git", "7.7"),
"sampler" : "demos/sampler"
# "my-demo" : ("my_demo_url_or_path", "my-demo-dev-branch")
}