aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-06-22 14:20:04 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-06-22 14:20:04 +0100
commitce399f3203cbd7f5834fb5fb93d36576adb85834 (patch)
treef361eb03dbcefe2340962d845761802c2c11ddd2
parent52187c46f395dd5c90bb50ac4e289d7ce7bf96a0 (diff)
Update gitlab-ci and debian control to use gems
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--debian/control15
2 files changed, 2 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f6ce09..1cde8d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:jessie: &test
before_script:
- apt install libpq-dev postgresql-server-dev-9.4
script:
- - apt install libsqlite3-dev rake ruby-log4r ruby-ipaddress ruby-json ruby-sanitize ruby-rubymail thin ruby-haml ruby-haml-contrib ruby-redcloth ruby-rack ruby-rack-protection ruby-rack-flash3 ruby-tilt ruby-sinatra ruby-locale ruby-rack-test ruby-webmock ruby-timecop ruby-test-unit
+ - apt install libsqlite3-dev
- bundle install -j $(nproc) --path vendor/bundle --without development
- "POSTGRES_URL=postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB bundle exec rake test"
diff --git a/debian/control b/debian/control
index 70baca0..5ce74d8 100644
--- a/debian/control
+++ b/debian/control
@@ -9,20 +9,7 @@ Standards-Version: 3.9.1
Package: mauvealert-server
Architecture: all
Pre-Depends: libjs-jquery
-Depends: mauvealert-common (>= 3.8.0),
- adduser,
- ruby-haml,
- ruby-haml-contrib,
- ruby-sanitize,
- ruby-sinatra,
- ruby-ipaddress,
- ruby-log4r,
- ruby-redcloth,
- ruby-rubymail,
- ruby-thin,
- lsb-base,
- ruby | ruby-interpreter,
- ${misc:Depends}
+Depends: adduser, lsb-base, ruby | ruby-interpreter, ${misc:Depends}
Suggests: mauvealert-client
Recommends: ruby-locale | liblocale-ruby1.8
Description: Mauve network alert system -- server