summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 7 insertions, 9 deletions
diff --git a/README b/README
index e993950..0c7e9ab 100644
--- a/README
+++ b/README
@@ -1,11 +1,15 @@
+# LEAP scripts repo
-This repository contains some useful scripts and bits for sysdevs.
+This repository contains some useful scripts and bits for sysdevs and general
+purpose tools.
+
+## mrconfig
.mrconfig - to use this config the best thing to do is to put this in your
~/.mrconfig:
[leap/scripts]
- checkout = git clone ssh://gitolite@code.leap.se:scripts scripts &&
+ checkout = git clone REPOURL scripts &&
ln -s ${HOME}/leap/scripts/.mrconfig ${HOME}/leap/.mrconfig
that way this scripts repository will be checked out and the .mrconfig file will
@@ -17,10 +21,4 @@ Then when in $HOME/leap, you can run 'mr checkout' and 'mr update' to checkout
all the repositories, and to get them updated.
NOTE: all of this is assuming a certain directory structure, so have a look at
-that before you go ahead. It is recommended to make a fresh directory to do the
-'mr checkout' in
-
-. superproject-post-push.sh - put this in your $HOME/bin and make it executable,
-this will allow you to do 'git xpush' when in the root of a submodule and it
-will push that change to the submodule, and then automatically update the
-superproject to that latest commit. \ No newline at end of file
+that before you go ahead.