From 4b5c7b13f0ebd44c05b50ef8c3e56b0d02bfc4fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Jul 2018 15:28:32 +0300 Subject: Use 'builds' parameter instead of 'pn' for ?builds handler --- libbrep/package.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep/package.cxx') diff --git a/libbrep/package.cxx b/libbrep/package.cxx index 8c0abfe..5b729c8 100644 --- a/libbrep/package.cxx +++ b/libbrep/package.cxx @@ -125,8 +125,8 @@ namespace brep // Probably drop-box would be better as also tells what are // the available internal repositories. // - string k (id.name.string () + " " + version.string () + " " + - version.string (true) + " " + project.string ()); + string k (project.string () + " " + id.name.string () + " " + + version.string () + " " + version.string (true)); // Add tags to keywords. // -- cgit v1.1