]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
No CVS.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Feb 2018 12:18:37 +0000 (13:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Feb 2018 12:18:37 +0000 (13:18 +0100)
builder.sh

index 2d577eb7847b0fccbcf693c5a563d8fc60606478..c62e0b43789348d9bb7ced5ef51140db5f745215 100755 (executable)
@@ -963,7 +963,7 @@ get_spec() {
                                        git clone  -o $REMOTE_PLD ${GIT_SERVER}/${PACKAGES_DIR}/${ASSUMED_NAME}.git || {
                                                # softfail if new package, i.e not yet added to PLD rep
                                                [ ! -f "$PACKAGE_DIR/$SPECFILE" ] && Exit_error err_no_spec_in_repo
-                                               echo "Warning: package not in CVS - assuming new package"
+                                               echo "Warning: package not in GIT - assuming new package"
                                                NOCVSSPEC="yes"
                                        }
                                        git config --local --add "remote.$REMOTE_PLD.fetch" 'refs/notes/*:refs/notes/*'
This page took 0.042299 seconds and 4 git commands to generate.