diff --git a/README.en.md b/README.en.md index 866e42ad26e5cfbae3cd76be088647c7e03c83eb..54669c7f684c7c66f2ab4d5df0da14fbb07f776c 100644 --- a/README.en.md +++ b/README.en.md @@ -1,3 +1,11 @@ +# Reproducible Build Solution Reference: + * Reproducible build background and technology insight + * How to design and archive reproducibele build on openEuler operation system project + * Reproducible build tools principle + * Reproducible build Dashboard + * The guidelines of How to resolve un-reproducible build problems + + # reproducibleopeneuler These tools are intended to make it easier to verify that the binaries resulting from openEuler builds are reproducible. @@ -51,3 +59,5 @@ yum install diffoscope diffoscope ${first file path} ${second file path} --html diff.html ``` +# references link: +openEuler reproducible-build dashboard : https://reproducible-builds.openeuler.org/ \ No newline at end of file diff --git a/README.md b/README.md index 4a4310bb88e07d6688dae8aa8ca38e19a6f5a134..c1cccee638ebb42440d956c7c0d08bc67bda6f90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ + +# 整体实现方案和指导书参考: + +* 可重复构建业界洞察 +* 可重复构建openEuler实践 +* 相关辅助工具的原理 +* 进展&可重复构建度量看板 +* 出现不一致情况下的差异分析案例 +https://gitee.com/openeuler/reproducible-builds/tree/master/docs + + # reproducibleopeneuler 可重复构建sig组通过一系列开源工具,使openEuler构建的软件能达到可重复构建的目标。 - 为此,我们在执行两次Open Build Service(OBS)重复构建时,主要打桩了以下两个参数,使用的开源软件是libfaketime : * datetime @@ -50,3 +60,8 @@ yum install diffoscope diffoscope ${first file path} ${second file path} --html diff.html ``` +# 其它参考链接: + +* openEuler可重复构建看板: https://reproducible-builds.openeuler.org/ +备注:已加入reproducible-build社区 + diff --git "a/docs/openEuler\345\217\257\351\207\215\345\244\215\346\236\204\345\273\272\345\256\236\350\267\265\346\226\271\346\241\2101.0.pdf" "b/docs/openEuler\345\217\257\351\207\215\345\244\215\346\236\204\345\273\272\345\256\236\350\267\265\346\226\271\346\241\2101.0.pdf" new file mode 100644 index 0000000000000000000000000000000000000000..682aca180a840a0b5609c6923f798e92bd77633d Binary files /dev/null and "b/docs/openEuler\345\217\257\351\207\215\345\244\215\346\236\204\345\273\272\345\256\236\350\267\265\346\226\271\346\241\2101.0.pdf" differ