2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-24 10:48:42 +00:00

11 Commits

Author SHA1 Message Date
Andrei Pavel
4a9fcdb2f5
[#3732] Migrate tools/print-generated-files.sh away from autotools 2025-04-25 09:33:06 +03:00
Andrei Pavel
62169d8a7d
[#3263] release changes 2024-02-26 10:46:31 +02:00
Andrei Pavel
af063a3c02
[#3025] appease shellcheck
. "${admin_utils}"
  ^--------------^ SC1090: Can't follow non-constant source. Use a directive to specify location.

    version=$(checked_mysql_version)
              ^-------------------^ SC2119: Use checked_mysql_version "$@" if function's $1 should mean script's $1.

... and others that spiraled afterwards
2024-02-22 10:06:32 +02:00
Andrei Pavel
10542a550a [#1077] exit 0 after --help in scripts 2021-07-23 10:45:36 +00:00
Andrei Pavel
438e394815
[#1961] quote "local a=${b}" expressions for dash
In dash if ${b} contains spaces, a is assigned the first word instead of
the whole expression in the "local a=${b}" expression format. Empirically,
there seem to be several solutions:
* local a="${b}"
* local a
  a=${b}
* a=${b} - losing the non-posix "local"

This commit adds the quotes like in the first solution above to all
expressions that match the format above.
2021-07-05 20:46:52 +03:00
Andrei Pavel
918479fc2c
[#1692] Gitlab CI: fix "test: too many arguments" 2021-07-01 21:37:47 +03:00
Andrei Pavel
c53e135833
[#1656] 1.9.4 release: update copyrights 2021-01-25 13:52:09 +02:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Andrei Pavel
eaec7339e5
[#1602] solve CI issues 2020-12-30 15:56:21 +02:00
Andrei Pavel
764e8f9788
[#1602] remove tools/.generated-files.txt 2020-12-30 15:55:06 +02:00
Andrei Pavel
db289117bf
[#1602] add tools/print-generated-files.sh 2020-12-30 15:55:05 +02:00