FreeBSD Bugzilla – Attachment 194973 Details for
Bug 229624
sysutils/rubygem-itamae: Update to 1.9.13 (Adds jail support)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
itamae.patch
itamae.patch (text/plain), 2.71 KB, created by
Yuichiro NAITO
on 2018-07-09 03:02:40 UTC
(
hide
)
Description:
itamae.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2018-07-09 03:02:40 UTC
Size:
2.71 KB
patch
obsolete
>Index: sysutils/rubygem-itamae/Makefile >=================================================================== >--- sysutils/rubygem-itamae/Makefile (revision 474215) >+++ sysutils/rubygem-itamae/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= itamae > PORTVERSION= 1.9.11 >+PORTREVISION= 1 > CATEGORIES= sysutils rubygems > MASTER_SITES= RG > >Index: sysutils/rubygem-itamae/files/patch-lib_itamae_backend.rb >=================================================================== >--- sysutils/rubygem-itamae/files/patch-lib_itamae_backend.rb (nonexistent) >+++ sysutils/rubygem-itamae/files/patch-lib_itamae_backend.rb (working copy) >@@ -0,0 +1,20 @@ >+--- lib/itamae/backend.rb.orig 2018-07-09 01:22:07 UTC >++++ lib/itamae/backend.rb >+@@ -212,6 +212,17 @@ module Itamae >+ end >+ end >+ >++ class Jexec < Base >++ private >++ def create_specinfra_backend >++ Specinfra::Backend::Jexec.new( >++ shell: @options[:shell], >++ login_shell: @options[:login_shell], >++ jail_name: @options[:jail_name], >++ ) >++ end >++ end >++ >+ class Ssh < Base >+ private >+ def create_specinfra_backend > >Property changes on: sysutils/rubygem-itamae/files/patch-lib_itamae_backend.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/rubygem-itamae/files/patch-lib_itamae_cli.rb >=================================================================== >--- sysutils/rubygem-itamae/files/patch-lib_itamae_cli.rb (nonexistent) >+++ sysutils/rubygem-itamae/files/patch-lib_itamae_cli.rb (working copy) >@@ -0,0 +1,20 @@ >+--- lib/itamae/cli.rb.orig 2018-07-09 01:22:07 UTC >++++ lib/itamae/cli.rb >+@@ -73,6 +73,17 @@ module Itamae >+ run(recipe_files, :docker, options) >+ end >+ >++ desc "jail RECIPE [RECIPE...]", "Run Itamae in jail" >++ define_exec_options >++ option :jail_name, type: :string, desc: "Jail Hostname" >++ def jail(*recipe_files) >++ if recipe_files.empty? >++ raise "Please specify recipe files." >++ end >++ >++ run(recipe_files, :jexec, options) >++ end >++ >+ desc "version", "Print version" >+ def version >+ puts "Itamae v#{Itamae::VERSION}" > >Property changes on: sysutils/rubygem-itamae/files/patch-lib_itamae_cli.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229624
: 194973 |
198292
|
198489