mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
d85b6edf8c
Scaffolding and initial implementations of portions of the KCC in python. This code currently properly computes the graph nodes for the intrasite topology as well as enumerating all steps for a full run of the KCC. Signed-off-by: Andrew Tridgell <tridge@samba.org>
8 lines
398 B
Python
8 lines
398 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SCRIPT('samba_dnsupdate', pattern='samba_dnsupdate', installdir='.')
|
|
bld.SAMBA_SCRIPT('samba_spnupdate', pattern='samba_spnupdate', installdir='.')
|
|
bld.SAMBA_SCRIPT('samba_kcc', pattern='samba_kcc', installdir='.')
|
|
bld.SAMBA_SCRIPT('upgradeprovision', pattern='upgradeprovision', installdir='.')
|
|
bld.SAMBA_SCRIPT('samba-tool', pattern='samba-tool', installdir='.')
|