...
Describe about detailed reusing existing OSS criteria when AGL use existing OSS.
This section mainly describes what to do when incorporating OSS into the main source code.
...
Tasks
T.1 Check for Change logs
Compare Check the "change logs" and compare with "source code changes" and , confirm that there are no unintended changes.
...
- Debian : https://www.debian.org/Bugs/
Create the document of check results or write in the release note.
T.3 Check for New bugs by static analysis tools
Use static analysis tools to check for new bugs that there are no unintended.
Create the document of check results or write in the release note.
T.4 Check for Coding rules by static analysis tools
Use static analysis tools to check compliance with AGL coding rules.
Create the document of check results or write in the release note.
T.5 Check for Software interface specification
...
The important point is to check compatibility from previous version.
Create the document of check results or write in the release note.
T.6 Create the release note
T.B.D (write about distribute version, each OSS version, etc...)Create a release note and include the following information.
- Date
- Distribution version
- OSS version
-
Deliverable
D.1 Results report of the above tasks
D.1-1 Verification results about comparing "change logs" and "source code changes"(T.1)
D.1-2
D.1-3
D.2 Release note
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(memo in Japanese)
本文(AGL Instrument Cluster Development Process Draft)のセクション2.2のクライテリアを具体的に明示するArchitectural criteria of the reusing existing OSSと同様に、
セクション3.2のクライテリアを具体化する文章です。
セクション2.2は、使用するOSSの選択とメジャーバージョンの決定にフォーカスしています。
一度実施してしまえば、基本的には差分のみを見るようなセクションです。
セクション3.2は、このリリースで使用するバージョン(マイナバージョン)の決定、既知の脆弱性の洗い出しなど、実際に使用するソースコードに対する
アセスメントにフォーカスするのが良いのではないかと考えています。
着目点が違うなど、異なる見解であれば、整合性はあとでとればよいので、田口さんの視点で書いていただいて構いません。
アーキテクチャ設計は毎回やることではない。→section 2.2の範囲
section 3.2では、"OSSのVupごとにやること"を明確にしていくようなイメージ。