diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-21 12:17:58 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-21 17:30:09 +0300 |
commit | bfd9d58e81e11700d558198c3f97df54fbe12890 (patch) | |
tree | 3ace7faf90f9f4d17fab92b60a468612e9bf07bb /debian | |
parent | 2a191a8cfbe9cfbd73bcbb2ef19b1e2947f84a11 (diff) | |
download | repa-bfd9d58e81e11700d558198c3f97df54fbe12890.tar.gz repa-bfd9d58e81e11700d558198c3f97df54fbe12890.tar.bz2 repa-bfd9d58e81e11700d558198c3f97df54fbe12890.zip |
group: disable publishing when aggregating packages
If publishing is enabled OBS publishes repository after each
aggregate operation, which triggers a lot of not needed image
creation and testing events. It can cause wrong test results and
accepting of bad submissions.
Change-Id: Idf6fd28101feb7857fca4b7830acd797e2b4d487
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 506fa3b..ae88b25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,9 @@ repa (0.2) unstable; urgency=low * common.py: Introduced get_prerelease_projects API * Implement repa diff * Correct man page for accept and reject subcommands + * group: disable publishing when aggregating packages - -- Ed Bartosh <eduard.bartosh@intel.com> Sat, 29 Mar 2014 21:19:01 +0200 + -- Ed Bartosh <eduard.bartosh@intel.com> Wed, 21 May 2014 17:05:10 +0200 repa (0.1.1) unstable; urgency=low |