mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-18 16:38:50 +02:00
Compare commits
9 Commits
master
...
debian/1.0
Author | SHA1 | Date | |
---|---|---|---|
|
ae3909510a | ||
|
d294fa5401 | ||
|
968d50ce92 | ||
|
f6f194ac13 | ||
|
bfe074fbe8 | ||
|
9327a3f737 | ||
|
7fd3c45cd4 | ||
|
fe429f408a | ||
|
8868d533e5 |
20
debian/changelog
vendored
Normal file
20
debian/changelog
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
zfs-auto-snapshot (1.0.4-0ubuntu1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Invert the --skip-scrub test.
|
||||||
|
* Fold the main loops into a do_snapshots function.
|
||||||
|
* Consistently quote literal strings.
|
||||||
|
* Implement --prefix parameter checking.
|
||||||
|
* Rebase exit codes to above 127.
|
||||||
|
* Implement the --event option for :auto-snap-desc.
|
||||||
|
|
||||||
|
-- Darik Horn <dajhorn@vanadac.com> Wed, 23 Nov 2011 10:49:14 -0600
|
||||||
|
|
||||||
|
zfs-auto-snapshot (1.0.3-0ubuntu1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Add -q to the getopt list of short options.
|
||||||
|
* Add an explicit `exit 0` to the end of the script.
|
||||||
|
* Add gbp.conf file for git-buildpackage.
|
||||||
|
* Expand the options variable in the cron part file.
|
||||||
|
* Initial debian packaging.
|
||||||
|
|
||||||
|
-- Darik Horn <dajhorn@vanadac.com> Mon, 21 Nov 2011 21:52:11 -0600
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7
|
16
debian/control
vendored
Normal file
16
debian/control
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
Source: zfs-auto-snapshot
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Darik Horn <dajhorn@vanadac.com>
|
||||||
|
Build-Depends: debhelper (>= 7.4)
|
||||||
|
Standards-Version: 3.8.4
|
||||||
|
Homepage: http://www.zfsonlinux.org/
|
||||||
|
Vcs-Git: git://github.com/dajhorn/zfs-auto-snapshot.git
|
||||||
|
Vcs-Browser: https://github.com/dajhorn/zfs-auto-snapshot/
|
||||||
|
|
||||||
|
Package: zfs-auto-snapshot
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, cron, zfsutils
|
||||||
|
Description: ZFS Automatic Snapshot Service
|
||||||
|
Automatically create and destroy ZFS snapshots on an hourly, daily, weekly
|
||||||
|
and monthly schedule.
|
1
debian/copyright
vendored
Normal file
1
debian/copyright
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Copyright 2011 Darik Horn <dajhorn@vanadac.com>
|
3
debian/gbp.conf
vendored
Normal file
3
debian/gbp.conf
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
upstream-branch = master
|
||||||
|
debian-branch = debian
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
http://githubredir.debian.net/github/dajhorn/zfs-auto-snapshot/([\d\.].*).tar.gz
|
Reference in New Issue
Block a user