[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. c9393359ece1c4c772463b1f9fe0350f61a83385

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Mar 12 08:06:16 UTC 2011


The following commit has been merged in the master branch:
commit 82c1d308ce170f41bdd45648a96a65be8c903262
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sat Mar 12 09:06:16 2011 +0100

    rename mrconfig to .mrconfig

diff --git a/.mrconfig b/.mrconfig
deleted file mode 120000
index 47568ff..0000000
--- a/.mrconfig
+++ /dev/null
@@ -1 +0,0 @@
-mrconfig
\ No newline at end of file
diff --git a/.mrconfig b/.mrconfig
new file mode 100644
index 0000000..cd1dd94
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,27 @@
+[DEFAULT]
+lib=
+      msg () {
+        echo "I: $1"
+      }
+      git_checkout () {
+        git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git &&
+        cd $1 &&
+        { git branch --track upstream remotes/origin/upstream || true; } &&
+        { git branch --track pristine-tar remotes/origin/pristine-tar || true; }
+      }
+      svn_checkout () {
+        svn co /$1
+      }
+
+[gem2deb]
+checkout = git_checkout gem2deb
+
+[ruby-feedparser]
+checkout = git_checkout ruby-feedparser
+
+[ruby-globalhotkeys]
+checkout = git_checkout ruby-globalhotkeys
+
+[ruby-mocha]
+checkout = git_checkout ruby-mocha
+
diff --git a/make-mrconfig b/make-mrconfig
index 4049245..4df5d7e 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -15,7 +15,7 @@ function output() {
 msg "Setting up output file"
 OUTPUT="$1"
 if [ -z "$OUTPUT" ] ; then
-    OUTPUT="mrconfig"
+    OUTPUT=".mrconfig"
 fi
 
 msg "Retrieving package list"
diff --git a/mrconfig b/mrconfig
deleted file mode 100644
index cd1dd94..0000000
--- a/mrconfig
+++ /dev/null
@@ -1,27 +0,0 @@
-[DEFAULT]
-lib=
-      msg () {
-        echo "I: $1"
-      }
-      git_checkout () {
-        git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git &&
-        cd $1 &&
-        { git branch --track upstream remotes/origin/upstream || true; } &&
-        { git branch --track pristine-tar remotes/origin/pristine-tar || true; }
-      }
-      svn_checkout () {
-        svn co /$1
-      }
-
-[gem2deb]
-checkout = git_checkout gem2deb
-
-[ruby-feedparser]
-checkout = git_checkout ruby-feedparser
-
-[ruby-globalhotkeys]
-checkout = git_checkout ruby-globalhotkeys
-
-[ruby-mocha]
-checkout = git_checkout ruby-mocha
-

-- 
pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list