specs/baseline.rbspec
changeset 30 c56583dd22c8
parent 10 cb3e0e3ca28f
child 31 2689201485d0
--- a/specs/baseline.rbspec	Thu Jun 02 08:08:33 2016 +0100
+++ b/specs/baseline.rbspec	Fri Jun 03 00:47:35 2016 +0100
@@ -27,7 +27,8 @@
 
   repository :'swing:hg' do
     type :hg
-    url "https://@swing.fit.cvut.cz/hg"    
+    url "https://swing.fit.cvut.cz/hg"    
+    separator '-'
   end
 
   repository :'swing:private:hg' do
@@ -170,7 +171,7 @@
       	repo = app.repository
       	branch = app.branch
       end
-      checkout repo, 'stx/projects/smalltalk', :branch => branch
+      checkout repo, 'stx/projects/smalltalk', :branch => branch, :separator => '-'
       # the clear is here to avoid multiple checkouts
       t.clear()
     end