File: git-stuff.templates

package info (click to toggle)
git-stuff 11-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 468 kB
  • sloc: sh: 1,072; perl: 152; makefile: 128
file content (43 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download
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
37
38
39
40
41
42
43
Template: git-repack-repositories/title
Type: title
Description: Git Repack Repositories

Template: git-repack-repositories/enable
Type: boolean
Default: false
Description: Git repack:
 Git repositories tend to grow quite large quickly. From time to time, you
 have to repack the repositories to save space and keep optimal
 performances (by not having too many of files in the objects
 subdirectory).
 .
 Do you want to enable the cron job?

Template: git-repack-repositories/directories
Type: string
Default: /srv/git
Description: Git directories:
 Please specify the directory or directories (space separated) that is used
 as root for the Git repositories on your server. Note that
 git-repack-repositories will work recursively.

Template: git-repack-repositories/cron
Type: string
Default: @monthly
Description: Git cron:
 What times should the cron job be started? Please refer to crontab(5) for
 the format definition. The default or if left empty will set the interval
 to '@monthly' (without the quotes) which means it gets executed every
 beginning of the month at midnight.

Template: git-stuff/title
Type: title
Description: additional Git utilities

Template: git-stuff/bash-profile
Type: boolean
Default: false
Description: Shortcuts for Bash (/etc/profile.d)
 Should special shortcut definitions for Bash be activated in /etc/profile.d?
 .
 If unsure, say no.