specs/baseline.rbspec
changeset 59 9099e2455d9c
parent 57 405eb7c27b31
child 93 650412e81596
--- a/specs/baseline.rbspec	Fri Oct 21 21:50:00 2016 +0100
+++ b/specs/baseline.rbspec	Sun Oct 23 22:49:57 2016 +0100
@@ -1,41 +1,5 @@
 load 'baseline.deps.rake'
 
-
-repository :'exept:public' do
-  type :cvs    
-  url ":pserver:cvs@cvs.smalltalk-x.de:/cvs/stx"
-  # To avoid hitting eXept's public each time a jenkins
-  # build is running, use SWING's mirror 
-  if jenkins? then
-    # Sigh, under Windows I don't know how to configure `plink` to
-    # use different usernames based on the machine being connected to. 
-    # Therefore we have to embed the username in repository URI. 
-    # Since my (JV's) username on a local machine is different then
-    # the one on Mercurial server, translate it here ti make it simple. 
-    user = ENV['USER'] || ENV['USERNAME'] 
-    user = 'vranyj1' if user == 'jv'
-    url ":ext:#{user}@swing.fit.cvut.cz/var/local/cvs"
-  end
-end
-
-repository :'swing:private:hg' do
-  type :hg
-  # Sigh, under Windows I don't know how to configure `plink` to
-  # use different usernames based on the machine being connected to. 
-  # Therefore we have to embed the username in repository URI. 
-  # Since my (JV's) username on a local machine is different then
-  # the one on Mercurial server, translate it here to make it simple. 
-  user = ENV['USER'] || ENV['USERNAME'] 
-  user = 'vranyj1' if user == 'jv'
-  url "ssh://#{user}@192.168.12.2//hg"
-end
-
-repository :'bitbucket:janvrany' do
-  type :hg
-  url "https://bitbucket.org/janvrany"
-  separator '-'
-end
-
 project :'stx:baseline' do
 
   repository :'exept:public'