summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-03-04 10:41:37 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-03-05 16:57:21 -0500
commit1cad30cc04a984ba128b17aacbcfec05a3d07a6e (patch)
treed318632c9df507279b3725ee7fa35e4ca2cc1230
parent9b4cfc04bf6ff51eee59823b0f77ff0a847fc628 (diff)
downloadoslo-incubator-1cad30cc04a984ba128b17aacbcfec05a3d07a6e.tar.gz
Update projects ignored for unreleased changes
The script for listing unreleased changes was ignoring oslo.version, which has moved to the attic and is no longer part of Oslo. It was not ignoring oslo-specs, which never has releases. Update the filter patterns for the default list to always ignore those repositories. Change-Id: I5e964da1964fa2898d56fe85015223e7c1c3662f
-rwxr-xr-xtools/list_unreleased_changes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/list_unreleased_changes.sh b/tools/list_unreleased_changes.sh
index 1007f389..8c5b2885 100755
--- a/tools/list_unreleased_changes.sh
+++ b/tools/list_unreleased_changes.sh
@@ -22,7 +22,7 @@ export PAGER=
if [ -z "$*" ]
then
- libs=$($bindir/list_oslo_projects.py | egrep -v -e '(oslo.version|cookiecutter|incubator)')
+ libs=$($bindir/list_oslo_projects.py | egrep -v -e '(oslo-specs|cookiecutter|incubator)')
else
libs="$*"
fi