Add initial code 65/665/2
authorSaku Chydenius <saku.chydenius@nokia.com>
Mon, 18 Mar 2019 07:08:45 +0000 (09:08 +0200)
committerSaku Chydenius <saku.chydenius@nokia.com>
Thu, 9 May 2019 17:18:22 +0000 (20:18 +0300)
commit4ded4f2a805e9447be90751d7d4fb7e11552e545
tree35b550354b850b3d70dd8fb518b7eb76d4ada073
parent3b1226294aa9e47692e15279e669d159675deeb9
Add initial code

Change-Id: I72d87e74c74defc97bd956c3b23de9a4e01acb28
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
83 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
akraino_splash.png [new file with mode: 0644]
build_step_create_install_cd.sh [new file with mode: 0755]
build_step_create_localrepo.sh [new file with mode: 0755]
build_step_create_rpms.sh [new file with mode: 0755]
build_step_create_yum_repo_files.sh [new file with mode: 0755]
build_step_golden_image.sh [new file with mode: 0755]
build_step_prepare.sh [new file with mode: 0755]
create_golden_image.sh [new file with mode: 0755]
create_mock_config.sh [new file with mode: 0755]
create_rpmdata_in_docker.sh [new file with mode: 0755]
dib_elements/myproduct/cleanup.d/50-copy-build-details-out [new file with mode: 0755]
dib_elements/myproduct/extra-data.d/01-copy-extra-data [new file with mode: 0755]
dib_elements/myproduct/extra-data.d/collect_ecc.py [new file with mode: 0644]
dib_elements/myproduct/finalise.d/01-remove-old-kernels [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-collect-rpm-info [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-create-bonding-soft-dep [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-fix-grub-console [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-generate-binary-checksum [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-remove-dhcp-all-interfaces-udev-rules [new file with mode: 0755]
dib_elements/myproduct/finalise.d/99-set-sshd-config-defaults [new file with mode: 0755]
dib_elements/myproduct/install.d/50-set-rootpasswd [new file with mode: 0755]
dib_elements/myproduct/post-install.d/50-remove-local-repofile [new file with mode: 0755]
dib_elements/myproduct/post-install.d/98-collect-ecc-packages [new file with mode: 0755]
dib_elements/myproduct/post-install.d/99-validate-packages-to-install [new file with mode: 0755]
dib_elements/myproduct/pre-install.d/01-enable-yum-priorities [new file with mode: 0755]
dib_elements/myproduct/root.d/50-local-repo [new file with mode: 0755]
dib_elements/myproduct/root.d/51-rm-grub-defaults [new file with mode: 0755]
docker-context/Dockerfile-buildtools [new file with mode: 0644]
docker-context/Dockerfile-dib [new file with mode: 0644]
docker-context/README [new file with mode: 0644]
isolinux/isolinux.cfg [new file with mode: 0644]
lib.sh [new file with mode: 0644]
mock/logging.ini [new file with mode: 0644]
mock/mock.cfg.template [new file with mode: 0644]
mock/site-defaults.cfg [new file with mode: 0644]
nexus3_dl.sh [new file with mode: 0755]
prepare_manifest.sh [new file with mode: 0755]
pylintrc [new file with mode: 0644]
repo_summary.sh [new file with mode: 0755]
requirements.txt [new file with mode: 0644]
tools/__init__.py [new file with mode: 0644]
tools/buildconfig.py [new file with mode: 0755]
tools/convert.py [new file with mode: 0644]
tools/convert_test.py [new file with mode: 0755]
tools/executor.py [new file with mode: 0755]
tools/executor_test.py [new file with mode: 0755]
tools/io.py [new file with mode: 0755]
tools/log.py [new file with mode: 0755]
tools/package.py [new file with mode: 0755]
tools/package_test.py [new file with mode: 0755]
tools/releasereader.py [new file with mode: 0755]
tools/releasereader_test.py [new file with mode: 0755]
tools/repository.py [new file with mode: 0755]
tools/rpm.py [new file with mode: 0755]
tools/rpm_info_installed.sample [new file with mode: 0644]
tools/rpm_test.py [new file with mode: 0755]
tools/rpm_test_data.py [new file with mode: 0755]
tools/script/__init__.py [new file with mode: 0644]
tools/script/ci_build_diff.py [new file with mode: 0755]
tools/script/ci_build_diff_test.py [new file with mode: 0755]
tools/script/ci_build_diff_test_data.py [new file with mode: 0755]
tools/script/create_rpm_data.py [new file with mode: 0755]
tools/script/create_rpm_data_test.py [new file with mode: 0755]
tools/script/create_rpm_data_test_data.py [new file with mode: 0755]
tools/script/generate_repo_files.py [new file with mode: 0755]
tools/script/process_rpmdata.py [new file with mode: 0755]
tools/script/process_rpmdata_test.py [new file with mode: 0755]
tools/script/read_build_config.py [new file with mode: 0755]
tools/script/read_package_config.py [new file with mode: 0755]
tools/statics.py [new file with mode: 0755]
tools/test_data_rpm.py [new file with mode: 0755]
tools/test_data_yum.py [new file with mode: 0755]
tools/utils.py [new file with mode: 0755]
tools/yum.py [new file with mode: 0755]
tools/yum_info_installed.sample [new file with mode: 0644]
tools/yum_test.py [new file with mode: 0755]
tools/yum_test_data.py [new file with mode: 0755]
tox.ini [new file with mode: 0644]