File: commit.sh

package info (click to toggle)
fsvs 1.2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,452 kB
  • sloc: ansic: 16,683; sh: 5,914; perl: 757; makefile: 320; python: 90
file content (16 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# So that the defined group can access the data
umask 007

# In case the process calling apt-get had some paths defined, they might
# not be what FSVS expects.
# Re-set the defaults.
export FSVS_CONF=/etc/fsvs
export FSVS_WAA=/var/spool/fsvs/
# Possibly run this script or FSVS via env(1)?
# Would clean *all* FSVS_* variables.

# Tell the author as "apt", because we're called by apt-get.
fsvs ci -o author=apt /etc -m "${1:-Auto-commit after dpkg}" -q