From 2df1438c3b2e1cee730e1dc166bf47d5f42d3f09 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Mar 2021 16:51:26 +0100 Subject: [PATCH] Use generic "CI" term instead of travis-ci.org in script comments No real changes. --- scripts/ci/before_build.sh | 2 +- scripts/ci/before_build_db2.sh | 2 +- scripts/ci/before_build_firebird.sh | 2 +- scripts/ci/before_build_mysql.sh | 2 +- scripts/ci/before_build_odbc.sh | 2 +- scripts/ci/before_build_oracle.sh | 2 +- scripts/ci/before_build_postgresql.sh | 2 +- scripts/ci/before_build_valgrind.sh | 2 +- scripts/ci/before_install.sh | 2 +- scripts/ci/before_install_db2.sh | 2 +- scripts/ci/before_install_firebird.sh | 2 +- scripts/ci/before_install_odbc.sh | 2 +- scripts/ci/before_install_valgrind.sh | 2 +- scripts/ci/build.sh | 2 +- scripts/ci/build_db2.sh | 2 +- scripts/ci/build_empty.sh | 2 +- scripts/ci/build_firebird.sh | 2 +- scripts/ci/build_mysql.sh | 2 +- scripts/ci/build_odbc.sh | 2 +- scripts/ci/build_oracle.sh | 2 +- scripts/ci/build_postgresql.sh | 2 +- scripts/ci/build_sqlite3.sh | 2 +- scripts/ci/build_valgrind.sh | 2 +- scripts/ci/common.sh | 2 +- scripts/ci/oracle.sh | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/scripts/ci/before_build.sh b/scripts/ci/before_build.sh index 9ebc5f70..16a68c44 100755 --- a/scripts/ci/before_build.sh +++ b/scripts/ci/before_build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Run before_script actions for SOCI build at travis-ci.org +# Run before_script actions for SOCI build in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/before_build_db2.sh b/scripts/ci/before_build_db2.sh index b50dd1ee..42c6c4fa 100755 --- a/scripts/ci/before_build_db2.sh +++ b/scripts/ci/before_build_db2.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Sets up environment for SOCI backend DB2 at travis-ci.org +# Sets up environment for SOCI backend DB2 in CI builds # # Copyright (c) 2013 Brian R. Toonen # Copyright (c) 2013 Mateusz Loskot diff --git a/scripts/ci/before_build_firebird.sh b/scripts/ci/before_build_firebird.sh index 60e54dd4..e86881b2 100755 --- a/scripts/ci/before_build_firebird.sh +++ b/scripts/ci/before_build_firebird.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Configure Firebird database for SOCI build at travis-ci.org +# Configure Firebird database for SOCI build in CI builds # # Mateusz Loskot , http://github.com/SOCI # diff --git a/scripts/ci/before_build_mysql.sh b/scripts/ci/before_build_mysql.sh index dca1ebef..6d26f045 100755 --- a/scripts/ci/before_build_mysql.sh +++ b/scripts/ci/before_build_mysql.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Sets up environment for SOCI backend MySQL at travis-ci.org +# Sets up environment for SOCI backend MySQL in CI builds # # Mateusz Loskot , http://github.com/SOCI # diff --git a/scripts/ci/before_build_odbc.sh b/scripts/ci/before_build_odbc.sh index dd9e94ba..7003aa44 100755 --- a/scripts/ci/before_build_odbc.sh +++ b/scripts/ci/before_build_odbc.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Sets up environment for SOCI backend ODBC at travis-ci.org +# Sets up environment for SOCI backend ODBC in CI builds # # Mateusz Loskot , http://github.com/SOCI # diff --git a/scripts/ci/before_build_oracle.sh b/scripts/ci/before_build_oracle.sh index ad503742..05edde6c 100755 --- a/scripts/ci/before_build_oracle.sh +++ b/scripts/ci/before_build_oracle.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Sets up environment for p6psy backend Oracle at travis-ci.org +# Sets up environment for p6psy backend Oracle in CI builds # # Copyright (c) 2013 Peter Butkovic # diff --git a/scripts/ci/before_build_postgresql.sh b/scripts/ci/before_build_postgresql.sh index 84206f05..76b28e9f 100755 --- a/scripts/ci/before_build_postgresql.sh +++ b/scripts/ci/before_build_postgresql.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Sets up environment for SOCI backend PostgreSQL at travis-ci.org +# Sets up environment for SOCI backend PostgreSQL in CI builds # # Mateusz Loskot , http://github.com/SOCI # diff --git a/scripts/ci/before_build_valgrind.sh b/scripts/ci/before_build_valgrind.sh index 2f1080b0..148e731f 100755 --- a/scripts/ci/before_build_valgrind.sh +++ b/scripts/ci/before_build_valgrind.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Sets up environment for SOCI backend at travis-ci.org +# Sets up environment for SOCI backend in CI builds # # Copyright (c) 2013 Mateusz Loskot # Copyright (c) 2015 Sergei Nikulov diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index aaa31137..433f1813 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Run before_install actions for SOCI build at travis-ci.org +# Run before_install actions for SOCI build in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/before_install_db2.sh b/scripts/ci/before_install_db2.sh index e4a0e7a7..764a051a 100755 --- a/scripts/ci/before_install_db2.sh +++ b/scripts/ci/before_install_db2.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Installs DB2 for SOCI build at travis-ci.org +# Installs DB2 for SOCI build in CI builds # # Copyright (c) 2013 Brian R. Toonen # Copyright (c) 2013 Mateusz Loskot diff --git a/scripts/ci/before_install_firebird.sh b/scripts/ci/before_install_firebird.sh index d164e82a..99d35b21 100755 --- a/scripts/ci/before_install_firebird.sh +++ b/scripts/ci/before_install_firebird.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Install Firebird server for SOCI at travis-ci.org +# Install Firebird server for SOCI in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/before_install_odbc.sh b/scripts/ci/before_install_odbc.sh index 39b2f547..37d8c7ba 100755 --- a/scripts/ci/before_install_odbc.sh +++ b/scripts/ci/before_install_odbc.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Install ODBC libraries for SOCI at travis-ci.org +# Install ODBC libraries for SOCI in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/before_install_valgrind.sh b/scripts/ci/before_install_valgrind.sh index 55f40414..fa758b4b 100755 --- a/scripts/ci/before_install_valgrind.sh +++ b/scripts/ci/before_install_valgrind.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Install Valgrind for SOCI at travis-ci.org +# Install Valgrind for SOCI in CI builds # # Copyright (c) 2020 Vadim Zeitlin # diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 95db130e..21ce2cff 100755 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Run test script actions for SOCI build at travis-ci.org +# Run test script actions for SOCI build in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_db2.sh b/scripts/ci/build_db2.sh index 63f5f1d7..996d2e82 100755 --- a/scripts/ci/build_db2.sh +++ b/scripts/ci/build_db2.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend DB2 at travis-ci.org +# Builds and tests SOCI backend DB2 in CI builds # # Copyright (c) 2013 Brian R. Toonen # Copyright (c) 2013 Mateusz Loskot diff --git a/scripts/ci/build_empty.sh b/scripts/ci/build_empty.sh index 966d065c..f56fa367 100755 --- a/scripts/ci/build_empty.sh +++ b/scripts/ci/build_empty.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend empty at travis-ci.org +# Builds and tests SOCI backend empty in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_firebird.sh b/scripts/ci/build_firebird.sh index f505421e..870c0b91 100755 --- a/scripts/ci/build_firebird.sh +++ b/scripts/ci/build_firebird.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend Firebird at travis-ci.org +# Builds and tests SOCI backend Firebird in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_mysql.sh b/scripts/ci/build_mysql.sh index beda30c5..c8f83848 100755 --- a/scripts/ci/build_mysql.sh +++ b/scripts/ci/build_mysql.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend SQLite3 at travis-ci.org +# Builds and tests SOCI backend SQLite3 in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_odbc.sh b/scripts/ci/build_odbc.sh index 0c1f8f55..3c98bf6b 100755 --- a/scripts/ci/build_odbc.sh +++ b/scripts/ci/build_odbc.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend ODBC at travis-ci.org +# Builds and tests SOCI backend ODBC in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_oracle.sh b/scripts/ci/build_oracle.sh index 1bc668fd..8ed08e76 100755 --- a/scripts/ci/build_oracle.sh +++ b/scripts/ci/build_oracle.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend Oracle at travis-ci.org +# Builds and tests SOCI backend Oracle in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_postgresql.sh b/scripts/ci/build_postgresql.sh index b7403851..c61c66f3 100755 --- a/scripts/ci/build_postgresql.sh +++ b/scripts/ci/build_postgresql.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend SQLite3 at travis-ci.org +# Builds and tests SOCI backend SQLite3 in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_sqlite3.sh b/scripts/ci/build_sqlite3.sh index 9ce487fa..4cbc6d5c 100755 --- a/scripts/ci/build_sqlite3.sh +++ b/scripts/ci/build_sqlite3.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI backend SQLite3 at travis-ci.org +# Builds and tests SOCI backend SQLite3 in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/build_valgrind.sh b/scripts/ci/build_valgrind.sh index d6e3e9f2..7c31c613 100755 --- a/scripts/ci/build_valgrind.sh +++ b/scripts/ci/build_valgrind.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Builds and tests SOCI at travis-ci.org +# Builds and tests SOCI in CI builds # # Copyright (c) 2013 Mateusz Loskot # Copyright (c) 2015 Sergei Nikulov diff --git a/scripts/ci/common.sh b/scripts/ci/common.sh index 243041fc..1de2f512 100755 --- a/scripts/ci/common.sh +++ b/scripts/ci/common.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Common definitions used by SOCI build scripts at travis-ci.org +# Common definitions used by SOCI build scripts in CI builds # # Copyright (c) 2013 Mateusz Loskot # diff --git a/scripts/ci/oracle.sh b/scripts/ci/oracle.sh index 91bb0917..84c4df8b 100755 --- a/scripts/ci/oracle.sh +++ b/scripts/ci/oracle.sh @@ -1,4 +1,4 @@ -# Definitions used by SOCI when building Oracle backend at travis-ci.org +# Definitions used by SOCI when building Oracle backend in CI builds # # Copyright (c) 2015 Vadim Zeitlin #