File: config

package info (click to toggle)
xloadimage 4.1-5potato1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,672 kB
  • ctags: 3,904
  • sloc: ansic: 35,709; makefile: 292; asm: 284; sh: 177
file content (28 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (2)
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
build_command =
	"/home/james/bin/aegis-build";

link_integration_directory = true;
create_symlinks_before_build = true;

history_create_command =
	"fhist ${quote ${basename $input}} -create -cu -i ${quote $input} \
-p ${quote ${dirname $history}} -r";

history_get_command =
	"fhist ${quote ${basename $history}} -e ${quote $e} \
-o ${quote $output} -p ${quote ${dirname $history}}";

history_put_command =
	"fhist ${quote ${basename $input}} -create -cu -i ${quote $input} \
-p ${quote ${dirname $history}} -r";

history_query_command =
	"fhist ${quote ${basename $history}} -l 0 \
-p ${quote ${dirname $history}} -q";

diff_command =
	"set +e; diff -p -U10 ${quote $original} ${quote $input} > ${quote $output}; test $? -le 1";

merge_command =
	"fmerge ${quote $original} ${quote $MostRecent} ${quote $input} \
-o ${quote $output} -c /dev/null";