From 96a8213a1bb43a4317db358d46ce5488d44a0205 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Wed, 28 Aug 2013 15:52:40 +0800 Subject: [PATCH] Move unnecessary modules out of common package Several modules under common directory, like repomaker and builddata, are not used by sync package, so remove them out of common package. Fixes: #1129 Change-Id: I37aabcb5b17c696fe56d4cb350651c1809bf5c58 Signed-off-by: Lin Yang Reviewed-on: https://otctools.jf.intel.com/review/6176 Tested-by: OTC Tools Tester Reviewed-by: Hasan Wan Reviewed-by: Eduard Bartosh --- packaging/jenkins-scripts.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index a7a90bc..21d99ee 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -73,9 +73,25 @@ cp -r job_*.py common requests %{buildroot}%{destdir}/ %{destdir}/job_pre_release_obs.py %{destdir}/job_request.py %{destdir}/requests +%{destdir}/common/backenddb.py +%{destdir}/common/imagedata.py +%{destdir}/common/prerelease.py +%{destdir}/common/tempbuildpkg.py +%{destdir}/common/builddata.py +%{destdir}/common/buildtrigger.py +%{destdir}/common/repomaker.py %files common -%{destdir}/common +%dir %{destdir}/common +%{destdir}/common/buildservice.py +%{destdir}/common/gerrit.py +%{destdir}/common/mapping.py +%{destdir}/common/runner.py +%{destdir}/common/git.py +%{destdir}/common/__init__.py +%{destdir}/common/obspkg.py +%{destdir}/common/send_mail.py +%{destdir}/common/utils.py %{destdir}/job_submitobs.py %{destdir}/job_update_local_git.py %{destdir}/job_mail_sender.py -- 2.7.4