]> source.dussan.org Git - vaadin-framework.git/commitdiff
Build demos from 7.7 branch
authorArtur Signell <artur@vaadin.com>
Wed, 14 Sep 2016 12:34:37 +0000 (15:34 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 14 Sep 2016 13:43:14 +0000 (16:43 +0300)
Change-Id: Ic2a0396ad451adfd2c75b3dbd54155d28fb16be7

scripts/BuildDemos.py

index 59cfe88a811e2b8e51f16afc2c28d476aced551e..aafd9227f1cc2ce3b1828adb30d567812f22907f 100644 (file)
@@ -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")
 }