rabbit-slide-kenhys-tokyodebian-debian9-release-party-20170618 2017.06.18.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6411e67f27f471b7a599a8e0fc097e92d999a81d
4
+ data.tar.gz: 277c330ea5ad6edce45e8f3c121a1f49aea5d7f4
5
+ SHA512:
6
+ metadata.gz: 5154f715daf3ae4229627840bdd8acd4c34024d040cf80f93632f8af7166bede1d32887f8f0c1cd7efe5e00168a65db6550af719f6b3aba714fa087e8188f2a4
7
+ data.tar.gz: f77118e52cfd9b5aec5f9856d2291ab68d24269c3d7fd5c54023b2d62ad1a34a2e8a55792cb6cc161d6fca0b3ca5bcfce4061545a3ae5aa314e3700f0851caf4
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ debian9-release-party.rab
@@ -0,0 +1,23 @@
1
+ # Debconf17参加者へ伝えたいこと
2
+
3
+ 2017年6月18日に開催されたDebian 9 "Stretch" リリースパーティーの発表資料です。
4
+
5
+ ## 作者向け
6
+
7
+ ### 表示
8
+
9
+ rake
10
+
11
+ ### 公開
12
+
13
+ rake publish
14
+
15
+ ## 閲覧者向け
16
+
17
+ ### インストール
18
+
19
+ gem install rabbit-slide-kenhys-tokyodebian-debian9-release-party-20170618
20
+
21
+ ### 表示
22
+
23
+ rabbit rabbit-slide-kenhys-tokyodebian-debian9-release-party-20170618.gem
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ # spec.add_runtime_dependency("YOUR THEME")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,22 @@
1
+ ---
2
+ id: tokyodebian-debian9-release-party-20170618
3
+ base_name: debian9-release-party
4
+ tags:
5
+ - rabbit
6
+ - debian9
7
+ presentation_date:
8
+ version: 2017.06.18.1
9
+ licenses:
10
+ - CC-BY-SA-4.0
11
+ slideshare_id: kenhys
12
+ speaker_deck_id:
13
+ ustream_id:
14
+ vimeo_id:
15
+ youtube_id:
16
+ author:
17
+ markup_language: :rd
18
+ name: Kentaro Hayashi
19
+ email: kenhys@gmail.com
20
+ rubygems_user: kenhys
21
+ slideshare_user:
22
+ speaker_deck_user:
@@ -0,0 +1,158 @@
1
+ = Debconf17参加者に\n伝えたいこと
2
+
3
+ : subtitle
4
+ Things I want to tell Debconf17 attendee
5
+ : author
6
+ Kentaro Hayashi
7
+ : institution
8
+ ClearCode Inc.
9
+ : content-source
10
+ Debian9 "Stretch" リリースパーティー in Tokyo
11
+ : date
12
+ 2017-06-18
13
+ : allotted-time
14
+ 5m
15
+ : theme
16
+ .
17
+
18
+ = 祝 Debian9 リリース!
19
+
20
+ (('tag:center'))(('tag:xx-large'))おめでとうございます!
21
+ (('note:Congratuations on Debian9 release!'))
22
+
23
+ = そろそろDebconf17も\n(('note:Are you ready for Debconf17?'))
24
+
25
+ # image
26
+ # relative-height = 90
27
+ # src = images/debconf17.png
28
+
29
+ = Debconf17参加する?
30
+
31
+ * Are there any Debconf17 attendee here?
32
+
33
+ = 私は参加しません
34
+
35
+ * I'm not attendee of Debconf17 (('☹'))
36
+
37
+ = Debconf17参加者に\n伝えたいこと
38
+
39
+ * Things I want to tell Debconf17 attendee
40
+
41
+ = 何を伝えたいのか?
42
+
43
+ * (('tag:xx-large'))What's that?
44
+
45
+ = 一年ほど前のこと...\n(('note:About one year ago...'))
46
+
47
+ # image
48
+ # relative-height = 70
49
+ # src = images/shibuyadots.png
50
+
51
+ * 東京Debian勉強会 #140 渋谷dotsにて(2016/06/25)\n(('note:Tokyodebian #140 at The Dots SHIBUYA'))
52
+
53
+ = とある発表をしました
54
+
55
+ * I talked a hack about...
56
+
57
+ = debexpo(mentors.d.n)
58
+
59
+ # image
60
+ # relative-height = 90
61
+ # src = images/mentors.d.n.png
62
+
63
+ = どんなハック?(1)\n(('note:What did you do?'))
64
+
65
+ * 新規構築で動作しない問題を解決\n(('note:Broken newly constructed environment issues'))
66
+ * 壊れたテストの解決\n(('note:Fixed broken CI'))
67
+ * インポートスクリプトが動作しない問題を解決\n(('note:Fixed broken importer script'))
68
+
69
+ = どんなハック?(2)\n(('note:What did you do?'))
70
+
71
+ * シードデータが古すぎる問題を修正\n
72
+ (('note:Fixed a issue about too old seed data'))
73
+ * QA uploadの情報を収集できるように\n
74
+ (('note:Supported to collect QA upload information'))
75
+ * ((*RFSテンプレートを改善*))\n
76
+ (('note:Improved RFS template'))
77
+
78
+ = ほとんどはマージされるも...(('note:Most PR are merged...'))
79
+
80
+ * RFSテンプレートを改善するPRはマージされず\n
81
+ (('note:PR improving RFS template is not merged yet'))
82
+
83
+ = 詳細は2016年冬号を
84
+
85
+ # image
86
+ # relative-height = 80
87
+ # src = images/undocumenteddebian.png
88
+
89
+ * See Grand Unified Debian 2016 winter edition
90
+ * (('tag:xx-small'))http://tokyodebian.alioth.debian.org/pdf/debianmeetingresume2016-fuyu.pdf
91
+
92
+ = debexpoをハックするには
93
+
94
+ # image
95
+ # relative-height = 80
96
+ # src = images/hackdebexpo.png
97
+
98
+ * I wrote the article - "How to hack debexpo"
99
+
100
+ = debexpoをハックするには(('note:How to hack debexpo'))
101
+
102
+ * 18pくらいにまとめました\n(('note:This article summarizes debexpo internals in 18p'))
103
+
104
+ * 日本語で読める数少ないdebexpoハックの解説\n
105
+ (('note:Maybe there is no other guide about debexpo hacks written in Japanese'))
106
+
107
+ = PR#35をマージしたい(('note:Want to merge PR#35'))
108
+
109
+ # image
110
+ # relative-height = 90
111
+ # src = images/rfstemplate.png
112
+
113
+ = Debconfでレビューすると言った
114
+
115
+ # image
116
+ # relative-width = 100
117
+ # src = images/feedback.png
118
+
119
+ * He said that he will review it at that time...
120
+
121
+ = だがDebconf16とは言ってない
122
+
123
+ # image
124
+ # relative-width = 100
125
+ # src = images/feedback.png
126
+
127
+ * But he didn't say until during ((*Debconf16*))
128
+
129
+ = 時は流れた\n(('note:Time has passed...'))
130
+
131
+ * 依然として動きなし\n
132
+ (('note:No progress since then'))
133
+
134
+ = Debconf17参加者に\n伝えたいこと
135
+
136
+ * Things I want to tell Debconf17 attendee
137
+
138
+ = Debconf17参加者に\n伝えたいこと
139
+
140
+ # image
141
+ # relative-height = 80
142
+ # src = images/wanted.png
143
+
144
+ * @paulproteus (Asheesh Laroia)
145
+
146
+ = Debconf17参加者に\n伝えたいこと
147
+
148
+ * PR#35, PR#42をマージ&デプロイするように伝えて欲しい\n
149
+ (('note:Could you tell him to merge PR#35,PR#42 and deploy?'))
150
+
151
+ = まとめ\n(('note:Summary'))
152
+
153
+ * RFS templateを改善するPRが放置されている\n
154
+ (('note:PR about RFS template is not merged'))
155
+ * Debconf17で @paulproteus を捕まえて\n
156
+ (('note:Catch @paulproteus at Debconf17'))
157
+ * debexpoのPRに対応するように伝えて\n
158
+ (('note:Then could you tell him to merge about debexpo PRs?'))
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ include_theme("debian")
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kenhys-tokyodebian-debian9-release-party-20170618
3
+ version: !ruby/object:Gem::Version
4
+ version: 2017.06.18.1
5
+ platform: ruby
6
+ authors:
7
+ - Kentaro Hayashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-06-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: 2017年6月18日に開催されたDebian 9 "Stretch" リリースパーティーの発表資料です。
28
+ email:
29
+ - kenhys@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - config.yaml
38
+ - debian9-release-party.rab
39
+ - images/confirmstatus.png
40
+ - images/debconf17.png
41
+ - images/feedback.png
42
+ - images/hackdebexpo.png
43
+ - images/mentors.d.n.png
44
+ - images/rfstemplate.png
45
+ - images/shibuyadots.png
46
+ - images/undocumenteddebian.png
47
+ - images/wanted.png
48
+ - pdf/tokyodebian-debian9-release-party-20170618-debian9-release-party.pdf
49
+ - theme.rb
50
+ homepage: http://slide.rabbit-shocker.org/authors/kenhys/tokyodebian-debian9-release-party-20170618/
51
+ licenses:
52
+ - CC-BY-SA-4.0
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options: []
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ requirements: []
69
+ rubyforge_project:
70
+ rubygems_version: 2.6.11
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: Debconf17参加者へ伝えたいこと
74
+ test_files: []