From b8e63eacb9c899cdd6263e9eb448c4297b9b05f3 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Tue, 29 Oct 2013 17:03:33 +0800 Subject: [PATCH] Move update-local-git job to common package The job update-local-git should exist both normal and sync instance to update remote gerrit project to local cache. Change-Id: Id73a8718e917a61b7dc2e6a4fa3e0d40928a8545 Signed-off-by: Lin Yang --- packaging/jenkins-jobs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/jenkins-jobs.spec b/packaging/jenkins-jobs.spec index f246b90..64d5a4d 100644 --- a/packaging/jenkins-jobs.spec +++ b/packaging/jenkins-jobs.spec @@ -92,8 +92,6 @@ fi %{destdir}/obs-event-dispatcher/config.xml %dir %{destdir}/load-repo-conf/ %{destdir}/load-repo-conf/config.xml -%dir %{destdir}/update-local-git/ -%{destdir}/update-local-git/config.xml %files common %defattr(-,jenkins,jenkins) @@ -104,6 +102,8 @@ fi %{destdir}/submit-obs/config.xml %dir %{destdir}/mail_sender/ %{destdir}/mail_sender/config.xml +%dir %{destdir}/update-local-git/ +%{destdir}/update-local-git/config.xml %files sync %defattr(-,jenkins,jenkins) -- 2.7.4