Skip to content

Commit 6de864a

Browse files
committed
Begin transition to bin/ folder for scripts and tools
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6139 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent a604af8 commit 6de864a

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

bin/README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
= Intro =
2+
We are moving various scripts and tools into a more logical location and will
3+
as a start just link to the existing paths in this folder so that one can use
4+
them as
5+
/path/to/bin/X
6+
Long term we will likely move them there instead and perhaps only preserve
7+
symlinks to still support the original paths for a while.
8+
9+
Some scripts and tools may still expect certain relative paths to e.g. the MiGserver.conf file but you can always override it with something like:
10+
MIG_CONF=/path/to/my/MiGserver.conf ./bin/searchusers.py

bin/checkconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../mig/server/checkconf.py

bin/edpickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../mig/edpickle.py

bin/readconfval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../mig/server/readconfval.py

bin/searchusers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../mig/server/searchusers.py

0 commit comments

Comments
 (0)