]> git.madduck.net Git - etc/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

move vcsh&mr code checkouts to base-config
authormartin f. krafft <madduck@madduck.net>
Fri, 23 Jun 2017 15:00:22 +0000 (08:00 -0700)
committermartin f. krafft <madduck@madduck.net>
Fri, 23 Jun 2017 15:00:22 +0000 (08:00 -0700)
.config/myrepos/available.d/code-myrepos.git [deleted file]
.config/myrepos/available.d/code-vcsh.git [deleted file]
.config/myrepos/base-config.d/code-myrepos.git [new file with mode: 0644]
.config/myrepos/base-config.d/code-vcsh.git [new file with mode: 0644]

diff --git a/.config/myrepos/available.d/code-myrepos.git b/.config/myrepos/available.d/code-myrepos.git
deleted file mode 100644 (file)
index ae1ed96..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[$HOME/code/myrepos]
-checkout = git clone git://myrepos.branchable.com/ $MR_REPO
-post_checkout = ln -rsf $MR_REPO/mr $HOME/.bin
diff --git a/.config/myrepos/available.d/code-vcsh.git b/.config/myrepos/available.d/code-vcsh.git
deleted file mode 100644 (file)
index ff89d81..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[$HOME/code/vcsh]
-checkout = git clone github.com:RichiH/vcsh.git $MR_REPO
-post_checkout = ln -rsf $MR_REPO/vcsh $HOME/.bin
diff --git a/.config/myrepos/base-config.d/code-myrepos.git b/.config/myrepos/base-config.d/code-myrepos.git
new file mode 100644 (file)
index 0000000..6ac2347
--- /dev/null
@@ -0,0 +1,3 @@
+[$HOME/code/myrepos]
+checkout = git clone -b deploy madduck-anon:code/myrepos
+post_checkout = ln -sf ../${MR_REPO#$HOME/}/mr $HOME/.bin
diff --git a/.config/myrepos/base-config.d/code-vcsh.git b/.config/myrepos/base-config.d/code-vcsh.git
new file mode 100644 (file)
index 0000000..392d577
--- /dev/null
@@ -0,0 +1,3 @@
+[$HOME/code/vcsh]
+checkout = git clone -b deploy madduck-anon:code/vcsh
+post_checkout = ln -sf ../${MR_REPO#$HOME/}/vcsh $HOME/.bin