summaryrefslogtreecommitdiff
path: root/import/rubygems.to_lorry
diff options
context:
space:
mode:
Diffstat (limited to 'import/rubygems.to_lorry')
-rwxr-xr-ximport/rubygems.to_lorry5
1 files changed, 2 insertions, 3 deletions
diff --git a/import/rubygems.to_lorry b/import/rubygems.to_lorry
index 898f0514..7a00820d 100755
--- a/import/rubygems.to_lorry
+++ b/import/rubygems.to_lorry
@@ -118,9 +118,8 @@ class RubyGemLorryGenerator(ImportExtension):
# the correct one, but you can never know.
raise GenerateLorryException(
- "Did not manage to find the upstream source URL for Gem '%s'. "
- "Please manually create a .lorry file, or add the Gem to "
- "known-source-uris in rubygems.yaml." % gem_name)
+ "Gem metadata for '%s' does not point to its source code "
+ "repository." % gem_name)
def project_name_from_repo(self, repo_url):
if repo_url.endswith('/tree/master'):