-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.tcl
executable file
·29 lines (29 loc) · 884 Bytes
/
build.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
# -*- tcl -*- \
exec ./kettle -f "$0" "${1+$@}"
# For kettle sources, documentation, etc. see
# - http://core.tcl.tk/akupries/kettle
# - http://chiselapp.com/user/andreas_kupries/repository/Kettle
#
# One-way mirroring of fossil repositories to git
kettle tclapp bin/do-mirror
kettle tclapp bin/list
kettle tclapp bin/setup-export
kettle tclapp bin/setup-import
#
# Tracking ticket changes in fossil repositories
kettle tclapp bin/watch-add
kettle tclapp bin/watch-config-get
kettle tclapp bin/watch-config-set
kettle tclapp bin/watch-config-unset
kettle tclapp bin/watch-destroy
kettle tclapp bin/watch-do
kettle tclapp bin/watch-dump
kettle tclapp bin/watch-expire
kettle tclapp bin/watch-final
kettle tclapp bin/watch-init
kettle tclapp bin/watch-list
kettle tclapp bin/watch-remove
kettle tclapp bin/watch-rss
kettle tclapp bin/watch-setup
kettle tclapp bin/watch-unsee