]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
Change error texts to reflect change from CVS to git
authorKacper Kornet <draenog@pld-linux.org>
Fri, 1 Apr 2011 12:57:31 +0000 (13:57 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 1 Apr 2011 12:57:31 +0000 (13:57 +0100)
builder.sh

index 4fab1800a91872fe19b29a17ffb7db318d503997..6036d0b40993f0bde9eeb154863e240c958f55bc 100755 (executable)
@@ -667,14 +667,14 @@ Exit_error() {
                        exit 2 ;;
                "err_no_spec_in_repo" )
                        remove_build_requires
-                       echo >&2 "Error: spec file not stored in CVS repo."
+                       echo >&2 "Error: spec file not stored in PLD repo."
                        exit 3 ;;
                "err_no_source_in_repo" )
                        remove_build_requires
-                       echo >&2 "Error: some source, patch or icon files not stored in CVS repo. ($2)"
+                       echo >&2 "Error: some source, patch or icon files not stored in PLD repo. ($2)"
                        exit 4 ;;
                "err_cvs_add_failed" )
-                       echo >&2 "Error: failed to add package to CVS repo."
+                       echo >&2 "Error: failed to add package to PLD repo."
                        exit 4 ;;
                "err_build_fail" )
                        remove_build_requires
This page took 0.051615 seconds and 4 git commands to generate.