Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
first stab
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonjulian committed Oct 5, 2011
0 parents commit 197cd80
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'http://rubygems.org'

gem "fpm"
gem "json", "1.5.3"
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
GEM
remote: http://rubygems.org/
specs:
fpm (0.3.9)
json
json (1.5.3)

PLATFORMS
ruby

DEPENDENCIES
fpm
json (= 1.5.3)
3 changes: 3 additions & 0 deletions pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bundle update
wget http://www.mirrorservice.org/sites/ftp.apache.org//archiva/binaries/apache-archiva-1.3.5-bin.tar.gz
bundle exec fpm -n archiva --architecture all -s tar -t deb apache-archiva-1.3.5-bin.tar.gz

0 comments on commit 197cd80

Please sign in to comment.