rabbit-slide-sasakyh-2014-01-26_JenkinsDebianGlue 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ 2014-01-26_JenkinsDebianGlue.rab
@@ -0,0 +1,102 @@
1
+ # -*- mode: rabbit; coding: utf-8; indent-tabs-mode: nil -*-"
2
+ = jenkins +\njenkins-debian-glue +\nfreight で\n野良リポジトリ作る話\n
3
+
4
+ : subtitle
5
+ 〜第80回関西Debian勉強会〜
6
+ : author
7
+ 佐々木洋平
8
+ : content_source
9
+ ((<uwabami@gfd-dennou.org|URL:mailto:uwabami@gfd-dennou.org>))
10
+ : institution
11
+ : date
12
+ 2014/01/26
13
+ : place
14
+ 大阪 福島区民センター
15
+ : theme
16
+ debian
17
+ : allotted-time
18
+ 15m
19
+
20
+ = 今日のお話
21
+
22
+ * Debian Wheezy に
23
+ * jenkins, jenkins-debian-glue, freight
24
+ を install して
25
+
26
+ (('tag:center'))「VCSにコミット」→「野良リポジトリに反映」
27
+
28
+ までを自動化した話
29
+
30
+ * @see ((<"https://jenkins.junkhub.org/"|URL:https://jenkins.junkhub.org>))
31
+
32
+ = 前提条件/試した環境
33
+
34
+ :前提条件
35
+ * パッケージは (なんらかの) VCS-buildpackage で管理
36
+ * (今回は全て git-buildpackage )
37
+ * リポジトリ/サーバはネットワーク通信可能
38
+ :試した環境
39
+ * さくら VPS (石狩リージョン)
40
+ * (メモリ 1GB, ディスク100GB, CPU 2コア...しょぼい)
41
+
42
+ = ((' '))
43
+
44
+ == プロパティ
45
+
46
+ : background-image
47
+ http://jenkins-ci.org/sites/default/files/jenkins_logo.png
48
+ : background-image-relative-width
49
+ 80
50
+
51
+ = jenkins
52
+
53
+ * 皆さん御存じ CI ツール
54
+ * Java で実装, MIT License. 超便利
55
+ * Debian への導入
56
+ * Debian Repository for Jenkins
57
+ * ((<URL:http://pkg.jenkins-ci.org/debian/>))
58
+ * ほぼこのまんま. 特にハマる所は無い, 筈.
59
+
60
+ = jenkins-debian-glue
61
+
62
+ = jenkins-debian-glue
63
+
64
+ * jenkins-debian-glue
65
+ * ((<URL:http://jenkins-debian-glue.org/>))
66
+
67
+ * jenkins で
68
+ * Debian パッケージの作成
69
+ * リポジトリの更新
70
+ を良い感じに行うツール
71
+
72
+ = freight?
73
+
74
+ = freight?
75
+
76
+ * rcrowley/freight
77
+ * ((<URL:https://github.com/rcrowley/freight>))
78
+ * A modern take on the Debian archive.
79
+ * pool スタイルの apt リポジトリを生成する sh script
80
+ * reprepro や mini-dinstall に比較して\n(個人的には)圧倒的に((*楽*))
81
+
82
+ = どんな感じか?
83
+
84
+ = おしまい
85
+
86
+ = 参考文献
87
+
88
+ * Jenkins\n
89
+ ((<"http://jenkins-ci.org/"|URL:http://jenkins-ci.org/>))
90
+ * jenkins-debian-glue\n
91
+ ((<"http://jenkins-debian-glue.org/"|URL:http://jenkins-debian-glue.org/>))
92
+ * rcrowley/freight\n
93
+ ((<"https://github.com/rcrowley/freight/"|URL:https://github.com/rcrowley/freight/>))
94
+
95
+ = ((' '))
96
+
97
+ == プロパティ
98
+
99
+ : background-image
100
+ images/openlogo-light.png
101
+ : background-image-relative-height
102
+ 100
@@ -0,0 +1,24 @@
1
+ = jenkins+jenkins-debian-glue+freightで野良リポジトリ作る話
2
+
3
+ * 第80回関西Debian勉強会でのお話
4
+ * jenkins+jenkins-debian-glue+freightで野良リポジトリ作る話
5
+
6
+ == For author
7
+
8
+ === Show
9
+
10
+ rake
11
+
12
+ === Publish
13
+
14
+ rake publish
15
+
16
+ == For viewers
17
+
18
+ === Install
19
+
20
+ gem install rabbit-slide-sasakyh-2014-01-26_JenkinsDebianGlue
21
+
22
+ === Show
23
+
24
+ rabbit rabbit-slide-sasakyh-2014-01-26_JenkinsDebianGlue.gem
@@ -0,0 +1,9 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ Rabbit::Task::Slide.new do |task|
6
+ # task.spec.files += Dir.glob("doc/**/*.*")
7
+ # task.spec.files -= Dir.glob("private/**/*.*")
8
+ # task.spec.add_runtime_dependency("YOUR THEME")
9
+ end
@@ -0,0 +1,18 @@
1
+ ---
2
+ id: 2014-01-26_JenkinsDebianGlue
3
+ base_name: 2014-01-26_JenkinsDebianGlue
4
+ tags: []
5
+ presentation_date:
6
+ version: 1.0.0
7
+ licenses: [GPL-2+]
8
+ slideshare_id: 2014-01-26jenkinsdebianglue
9
+ speaker_deck_id:
10
+ ustream_id:
11
+ vimeo_id:
12
+ author:
13
+ markup_language: :rd
14
+ name: Youhei SASAKI
15
+ email: uwabami@gfd-dennou.org
16
+ rubygems_user: sasakyh
17
+ slideshare_user: uwabami
18
+ speaker_deck_user: uwabami
Binary file
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-sasakyh-2014-01-26_JenkinsDebianGlue
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Youhei SASAKI
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-01-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rabbit
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 2.0.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 2.0.2
30
+ description: ''
31
+ email:
32
+ - uwabami@gfd-dennou.org
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - .rabbit
38
+ - config.yaml
39
+ - Rakefile
40
+ - README.rd
41
+ - images/openlogo-light.png
42
+ - 2014-01-26_JenkinsDebianGlue.rab
43
+ - pdf/2014-01-26_JenkinsDebianGlue-2014-01-26_JenkinsDebianGlue.pdf
44
+ homepage: http://slide.rabbit-shocker.org/authors/sasakyh/2014-01-26_JenkinsDebianGlue/
45
+ licenses:
46
+ - GPL-2+
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 1.8.23
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: jenkins+jenkins-debian-glue+freightで野良リポジトリ作る話
69
+ test_files: []