Skip to content

Commit

Permalink
A very simple way to specify building from any Git repository and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Aug 7, 2010
1 parent 7062678 commit 981a5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
.*.swp
build
couchdb-git/*
git-build/*
2 changes: 1 addition & 1 deletion tasks/couchdb.rake
Expand Up @@ -24,7 +24,7 @@ namespace :couchdb do

if ENV['git']
remote, commit = ENV['git'].split
checkout = "#{HERE}/couchdb-git/#{URI.escape(remote, /[\/:]/)}"
checkout = "#{HERE}/git-build/#{URI.escape(remote, /[\/:]/)}"

if File.directory?(checkout) || File.symlink?(checkout)
puts "Using #{checkout} for build from Git"
Expand Down

0 comments on commit 981a5f7

Please sign in to comment.