Add missed fuel packages to changelog reporting

We have several packages:
 - nailgun-agent
 - nailgun-mcagents
 - python-packetary
changes to which should be reflected in changelog reports

Change-Id: Ifea161db38e15093c4fdcbcf89934bcfde24ff81
Partial-bug: #1557162
This commit is contained in:
Sergey Kulanov 2016-03-14 22:39:27 +02:00
parent f4a129920a
commit fe40462301
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ listing: $(BUILD_DIR)/iso/isoroot.done $(BUILD_DIR)/mirror/build.done
-find $(LOCAL_MIRROR) > $(BUILD_DIR)/listing-local-mirror.txt
-find $(BUILD_DIR)/iso/isoroot \
-regextype posix-egrep \
-regex '.*(fuel|astute|network-checker|shotgun).*\.rpm' | \
-regex '.*(fuel|astute|network-checker|nailgun|packetary|shotgun).*\.rpm' | \
while read package_file; do \
echo; \
echo $$(basename $$package_file); \