diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-07 16:27:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-07 16:27:32 -0200 |
commit | 89db5583d127e9de78522235cfdb813905389a42 (patch) | |
tree | 7e8005d8589941d246720c9e175d157eee5e4581 | |
parent | 6c4237d150e67e1c32ff79b249de4a48ae192bdf (diff) | |
download | debian-89db5583d127e9de78522235cfdb813905389a42.tar.gz debian-89db5583d127e9de78522235cfdb813905389a42.tar.bz2 |
LEAP: TODO update
-rw-r--r-- | leap.md | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -89,7 +89,7 @@ That means the following `$gems` needs to be packaged: * base32 * command_line_reporter * gli -* json_pure (we can just use ruby-json and ignore this dependenc) +* json_pure (we can just use ruby-json and ignore this dependency) * leap_cli * mini_portile * tee @@ -140,21 +140,12 @@ Per-package tasks * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765124 * https://github.com/rails/rails/issues/13164 * ruby-leap-cli: - * rename do `leap-cli`. - * file conflict: - * https://leap.se/code/issues/6374 - * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673577 - * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677724 + * net-ssh compatibility: + * https://github.com/net-ssh/net-ssh/issues/145 + * https://github.com/capistrano/capistrano/issues/927 * workflow: git checkout develop git archive --prefix=leap-cli-1.5.6/ --format=tar HEAD | bzip2 > ../tarballs/leap-cli-1.5.6.tar.bz2 git checkout debian git-buildpackage --git-ignore-branch - - * cleanup: - - debian/leap-cli/usr/lib/ruby/vendor_ruby/leap_cli.rb: require 'rubygems' - Found some 'require rubygems' without overrides (see above). - ERROR: Test "require-rubygems" failed. Exiting. - |