]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
build_rpms.sh: terminate on unpackaged files 43/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 30 Mar 2015 23:36:03 +0000 (17:36 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 30 Mar 2015 23:46:44 +0000 (17:46 -0600)
commit4230e4d6aa8cd9b2ebcb7868a4bf3016d2b6ff8d
tree82a0768393034ddcebba22e1efef24c5ea7b6d95
parentf5c9190b38d4c13007e9d920c3105feaf395a736
build_rpms.sh: terminate on unpackaged files

As Ceph changes and new files get installed by default, we need to
ensure that the commits which create these files also update the
packaging files lists as well.

One way to do this is to tell Gitbuilder to stop skipping unpackaged
files in the RPMs. This will cause Gitbuilder builds to indicate a
failure when new files get added without packaging updates.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
build_rpms.sh