Skip to content

Commit 2c1fb7a

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents 543674e + 6de864a commit 2c1fb7a

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)