summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Bartosh <eduard.bartosh@intel.com>2014-12-14 17:16:46 +0200
committerEd Bartosh <eduard.bartosh@intel.com>2014-12-14 18:08:47 +0200
commit97ca191d69be246820e42d8d4225017fdcc3cc5c (patch)
tree1088b9396f34e3c0b7616df433f18c43dd216bad
parent49ad114d307741ab817e9b66cb802f9b0a0d2fdd (diff)
downloadrepa-97ca191d69be246820e42d8d4225017fdcc3cc5c.tar.gz
repa-97ca191d69be246820e42d8d4225017fdcc3cc5c.tar.bz2
repa-97ca191d69be246820e42d8d4225017fdcc3cc5c.zip
Remove unused function get_prerelease_projects
This function was used in previous implementation of repa diff and not needed anymore. Change-Id: I4eff6b11553f07103fdacd2f487cdcf88c674d8c Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r--repa/common.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/repa/common.py b/repa/common.py
index 9d661d7..90b5640 100644
--- a/repa/common.py
+++ b/repa/common.py
@@ -41,10 +41,6 @@ class RepaException(Exception):
"""Custom repa exception. All repa modules should use it."""
pass
-def get_prerelease_projects(obs, target_prj, tag=None):
- """Get list of prerelease projects for specified target project."""
- return obs.get_project_list('^%s%s:' % (OBS_PROJECT_PREFIX, target_prj))
-
def get_prerelease(name, target):
"""Get name of prerelease project."""
if name.startswith('submitgroup/'):