-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_template
36 lines (30 loc) · 1.22 KB
/
config_template
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
30
31
32
33
34
35
36
#!/bin/bash
###############################################################
# GOURCALLY CONFIGURATION FILE
###############################################################
#svn configuration
SVN="" #url
REPOS=() #repositories (space-separated)
USER="" #username
PASSWD="" #plaintext password (not very nice)
#data directory for meta data
DATADIR=""
#directory to copy generated videos (for example a network share)
COPYDIR=""
#temp directory (if it's not set here, it uses /tmp as default)
TEMPDIR="/tmp"
#gource configuration
LOGO="" #logo displayed in video
DEFICON="" #default user icon
ICONS="" #user icons dir
SPD="0.1" #seconds per day
MAXFILES=0 #maximum files displayed (0 = no limit)
FILEIDLE=0 #how long should files be displayed, when they are not touched by a user (0 = do not remove files)
USERSCALE="3.5" #scaling of user icons
HIDE="mouse,progress,dirnames,filenames,usernames" #hide this elements in gource live video rendering
ASS="0.2" #skip gaps in log file
BLOOMM="0.5" #radius of the bloom
BLOOMI="0.4" #intensity of the bloom
TITLE="Repository: " #title shown in the video (the current repo name will be appended)
DATEFORMAT="%B %Y" #date format shown in the video
MAXFILELAG="1" #time, in which files must appear