Skip to content

Commit

Permalink
Add git.sv.gnu.org repositories to shallow-clone whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 6, 2013
1 parent cffa05e commit 6d22f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/deja-gnu.rb
Expand Up @@ -6,7 +6,7 @@ class DejaGnu < Formula
mirror 'http://ftp.gnu.org/gnu/dejagnu/dejagnu-1.5.1.tar.gz'
sha1 'eb16fb455690592a97f22acd17e8fc2f1b5c54c2'

head 'git://git.sv.gnu.org/dejagnu.git'
head 'http://git.sv.gnu.org/r/dejagnu.git'

def install
ENV.j1 # Or fails on Mac Pro
Expand Down
2 changes: 1 addition & 1 deletion Formula/guile.rb
Expand Up @@ -7,7 +7,7 @@ class Guile < Formula
sha1 'fc5d770e8b1d364b2f222a8f8c96ccf740b2956f'

head do
url 'git://git.sv.gnu.org/guile.git'
url 'http://git.sv.gnu.org/r/guile.git'

depends_on 'automake' => :build
depends_on 'gettext' => :build
Expand Down

0 comments on commit 6d22f18

Please sign in to comment.