Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370770 Details for
Bug 446680
sys-fs/snapper - a tool for managing btrfs snapshots
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
snapper-9999.ebuild
snapper-9999.ebuild (text/plain), 1.46 KB, created by
Dainius Masiliƫnas
on 2014-02-19 13:56:22 UTC
(
hide
)
Description:
snapper-9999.ebuild
Filename:
MIME Type:
Creator:
Dainius Masiliƫnas
Created:
2014-02-19 13:56:22 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit autotools eutils git-2 > >DESCRIPTION="Command-line program for btrfs and ext4 snapshot management" >HOMEPAGE="http://snapper.io/" >EGIT_REPO_URI="git://github.com/openSUSE/snapper.git" > >LICENSE="GPL-2" >SLOT="0" > >RDEPEND="dev-libs/boost > dev-libs/libxml2 > sys-apps/dbus > sys-libs/zlib > virtual/libintl" >DEPEND="${RDEPEND} > sys-devel/gettext > virtual/pkgconfig" > >src_prepare() { > # Replace sysconfig with conf.d > epatch "${FILESDIR}"/cron-confd.patch > # No configure file provided at the moment > eautoreconf >} > >src_configure() { > # No YaST in Gentoo > econf --disable-zypp --with-conf="/etc/conf.d" >} > >src_install() { > emake DESTDIR="${D}" install > nonfatal dodoc AUTHORS LIBVERSION VERSION package/snapper.changes > # Exising configuration file required to function > newconfd data/sysconfig.snapper snapper > prune_libtool_files >} > >pkg_postinst() { > elog "In order to use Snapper, you need to set up at least one config" > elog "manually, or else the tool will get confused. Typically you should" > elog "create a '/.snapshots' directory, then copy the file" > elog "'/etc/snapper/config-templates/default' into '/etc/snapper/configs/'," > elog "rename the file to 'root', and add its name into '/etc/conf.d/snapper'." > elog "That will instruct Snapper to snapshot the root of the filesystem by" > elog "default. For more information, see the snapper(8) manual page." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 446680
:
338574
|
338576
|
338578
|
338778
|
340822
|
341530
|
341600
|
342940
|
370768
| 370770 |
370772
|
370774