Skip to content

Commit

Permalink
Disable packages living on decomissioned svn server
Browse files Browse the repository at this point in the history
DESY SVN server has been decomissioned and some test beam packages have
not yet been migrated to gitlab repositories. For now, disabling these
packages for HEAD and v02-03 releases.
  • Loading branch information
tmadlener committed Dec 7, 2022
1 parent 7f14cd0 commit e04608b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions releases/HEAD/release-ilcsoft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -202,16 +202,16 @@ ilcsoft.module("LICH").addDependency( [ 'LCIO', 'ROOT', 'Marlin', 'MarlinUtil' ]
#ilcsoft.module("Eutelescope").env['MILLEPEDEII_VERSION']='trunk'


ilcsoft.install( PathFinder( PathFinder_version ))
ilcsoft.module("PathFinder").download.type="svn"
# ilcsoft.install( PathFinder( PathFinder_version ))
# ilcsoft.module("PathFinder").download.type="svn"

ilcsoft.install( MarlinTPC( MarlinTPC_version ))
ilcsoft.module("MarlinTPC").download.type="svn"
ilcsoft.module("MarlinTPC").envcmake['INSTALL_DOC']='ON'
# ilcsoft.install( MarlinTPC( MarlinTPC_version ))
# ilcsoft.module("MarlinTPC").download.type="svn"
# ilcsoft.module("MarlinTPC").envcmake['INSTALL_DOC']='ON'


ilcsoft.install( BBQ( BBQ_version ))
ilcsoft.module("BBQ").download.type="svn"
# ilcsoft.install( BBQ( BBQ_version ))
# ilcsoft.module("BBQ").download.type="svn"

#fg: needs porting to ROOT6 (dictionary!)
#ilcsoft.install( Druid( Druid_version ))
Expand Down
15 changes: 7 additions & 8 deletions releases/v02-03/release-ilcsoft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,16 @@ ilcsoft.module("LICH").addDependency( [ 'LCIO', 'ROOT', 'Marlin', 'MarlinUtil' ]
#ilcsoft.module("Eutelescope").env['EUDAQ_VERSION']='trunk'
#ilcsoft.module("Eutelescope").env['MILLEPEDEII_VERSION']='trunk'

# ilcsoft.install( PathFinder( PathFinder_version ))
# ilcsoft.module("PathFinder").download.type="svn"

ilcsoft.install( PathFinder( PathFinder_version ))
ilcsoft.module("PathFinder").download.type="svn"
# ilcsoft.install( MarlinTPC( MarlinTPC_version ))
# ilcsoft.module("MarlinTPC").download.type="svn"
# ilcsoft.module("MarlinTPC").envcmake['INSTALL_DOC']='ON'

ilcsoft.install( MarlinTPC( MarlinTPC_version ))
ilcsoft.module("MarlinTPC").download.type="svn"
ilcsoft.module("MarlinTPC").envcmake['INSTALL_DOC']='ON'


ilcsoft.install( BBQ( BBQ_version ))
ilcsoft.module("BBQ").download.type="svn"
# ilcsoft.install( BBQ( BBQ_version ))
# ilcsoft.module("BBQ").download.type="svn"

#fg: needs porting to ROOT6 (dictionary!)
#ilcsoft.install( Druid( Druid_version ))
Expand Down

0 comments on commit e04608b

Please sign in to comment.