2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
This commit is contained in:
Francis Dupont
2025-02-14 22:15:34 +01:00
committed by Andrei Pavel
parent b84c3715b0
commit 16f7a98e89
6 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
list = run_command('grabber.sh', check: true)
api_files = list.stdout().strip().split('\n')
install_dir = f'@DATADIR@/kea/api'
install_data(api_files, install_dir: install_dir)

0
src/share/yang/modules/utils/check-hashes.sh.in Normal file → Executable file
View File

0
src/share/yang/modules/utils/check-revisions.sh.in Normal file → Executable file
View File

View File

@@ -0,0 +1,6 @@
#!/bin/sh
for i in upgrade_*_to_*.sh.in
do
echo "$i"
done

View File

@@ -0,0 +1,2 @@
subdir('mysql')
subdir('pgsql')

0
src/share/yang/modules/utils/reinstall.sh.in Normal file → Executable file
View File