File: control

package info (click to toggle)
git-keeper 0.20251015.0
  • links: PTS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: python: 534; sh: 45; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 843 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
Source: git-keeper
Section: utils
Priority: optional
Maintainer: Keyu Tao <taoky@ustclug.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-exec,
 go-md2man <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/taoky/git-keeper
Rules-Requires-Root: no

Package: git-keeper
Architecture: all
Depends: ${misc:Depends}, python3 (>= 3.9), git, sudo
Description: Tracks specified git repos for sysadmins
 git-keeper is a tool to help sysadmins track the status of specified git
 repositories on a server. It checks if the repositories are clean (no
 uncommitted changes) and if they are up-to-date with their remote
 counterparts.
 .
 git-keeper also provides a systemd service and timer, to help display
 status information in the message of the day (MOTD). This is useful
 for reminding sysadmins to clean and update their repositories.