Skip to content

Commit 925c05a

Browse files
Add build dependency rsync
This is to address tests failure: test: ghe-backup first snapshot ... ... FAILED (0s) ++ date +%s + before_time=1560955867 + set -e + '[' '!' -d /<<PKGBUILDDIR>>/test/tmp/test-ghe-backup.sh-10011/data/current ']' + ghe-backup -v Error: rsync encountered an error that could indicate a problem with permissions, hard links, symbolic links, or another issue that may affect backups. /<<PKGBUILDDIR>>/bin/ghe-backup: line 70: rsync: command not found test failed. last command exited with 1 ++ date +%s + after_time=1560955867 + elapsed_time=0
1 parent 0b42e11 commit 925c05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Twan Wolthof <[email protected]>
33
Section: misc
44
Priority: optional
55
Standards-Version: 3.9.2
6-
Build-Depends: debhelper (>= 9), git, devscripts, moreutils, jq
6+
Build-Depends: debhelper (>= 9), git, devscripts, moreutils, jq, rsync (>= 2.6.4)
77

88
Package: github-backup-utils
99
Architecture: any

0 commit comments

Comments
 (0)