[DRE-commits] [pkg-ruby-extras] 01/01: Update master repo
zeha at debian.org
zeha at debian.org
Thu Mar 10 15:24:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository pkg-ruby-extras.
commit 83e9ee696e3a02965babb6a51eb84d93f5092664
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Thu Mar 10 15:24:03 2016 +0000
Update master repo
---
.gitignore | 1 +
.mrconfig | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 0b5acbd..79046d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,6 +87,7 @@
/ruby-afm
/ruby-after-commit-queue
/ruby-aggregate
+/ruby-akismet
/ruby-albino
/ruby-algorithm-diff
/ruby-allocations
diff --git a/.mrconfig b/.mrconfig
index a4a4da5..dcdd6a1 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -4,7 +4,7 @@ lib=
echo "I: $1"
}
git_checkout () {
- (git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git || git clone https://anonscm.debian.org/git//git/pkg-ruby-extras/$1.git) &&
+ (git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git || git clone https://anonscm.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; } &&
@@ -369,6 +369,10 @@ skip = lazy
checkout = git_checkout ruby-aggregate
skip = lazy
+[ruby-akismet]
+checkout = git_checkout ruby-akismet
+skip = lazy
+
[ruby-albino]
checkout = git_checkout ruby-albino
skip = lazy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git
More information about the Pkg-ruby-extras-commits
mailing list