Skip to content

Commit

Permalink
Reverted from ERG trunk (terg) to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
underspecified committed Jun 19, 2009
1 parent 15b5133 commit 0b6d6c6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lisp/enen/gmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/enen/gpmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
2 changes: 1 addition & 1 deletion lisp/enen/pmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/uio/enen/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/enen/smrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg+tnt :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg+tnt :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/enen/vmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/jaen/gmrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/jaen/imrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))
4 changes: 2 additions & 2 deletions lisp/jaen/omrs.lisp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(tsdb:tsdb :cpu :terg+tnt :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/terg/lkb/script" root))
(tsdb:tsdb :cpu :erg+tnt :file t :count count :error :exit :wait 600)
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root))

0 comments on commit 0b6d6c6

Please sign in to comment.