/[sysadmin-cookbook]/recepies/btrfs/btrfs-progs-unstable-checkinstall.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/btrfs/btrfs-progs-unstable-checkinstall.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 158 - (show annotations)
Wed Jan 27 19:27:06 2010 UTC (14 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 314 byte(s)
create Debian package of unstable btrfs progs using checkinstall
1 #!/bin/sh -x
2
3 test -e btrfs-progs-unstable || git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
4
5 cd btrfs-progs-unstable && git pull && make && \
6 checkinstall --pkgname=btrfs-progs-unstable \
7 --pkgversion=`grep BTRFS_BUILD_VERSION version.h | cut -d\" -f2 | sed 's/.* v//'`
8

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26