Skip to content

Commit

Permalink
fix comments, remove svn2cl #3
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed May 29, 2024
1 parent dd621bc commit 9496fa2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions admin/env_refactored.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Root dir of the SVN checkout. All dirs are derived from this one
# Root dir of the GIT checkout. All dirs are derived from this one
if [ -z "$GIT_DIR" ]; then
GIT_DIR=$(dirname $(dirname $(readlink -fen $0)))
fi
Expand Down Expand Up @@ -29,7 +29,7 @@ PYTHON_ENV=${GIT_DIR}/virtualenv
# TrEd project direcotry (from which Makefile is executed)
PROJECT_DIR=${GIT_DIR}

# Log for svn checkouts and exports during make
# Log for git checkouts and exports during make
LOG=$GIT_DIR/make_log

TRED_HOME_URL="http://ufallab.ms.mff.cuni.cz:24080/tred/testbed"
Expand Down Expand Up @@ -94,8 +94,6 @@ TREEX_PML_EXPORT=${PROJECT_DIR}/generated/Treex-PML
# mutli-script to run jobs on the SGE cluster
LRC_CMD=${ADMIN_DIR}/run_on_lrc

# SVN to ChangeLog conversion
SVN_TO_CHANGELOG=${ADMIN_DIR}/svn2cl/svn2cl.sh
# GIT to ChangeLog conversion
GIT_TO_CHANGELOG=${PYTHON_ENV}/bin/git-changelog
# ChangeLog to RSS conversion
Expand Down

0 comments on commit 9496fa2

Please sign in to comment.