Giter VIP home page Giter VIP logo

mountall's Introduction

Mountall enhancements for ZFS on Linux

The home for this git repository is:

Mountall packages in the ZoL PPA at https://launchpad.net/~zfs-native are built from this repository using the git-buildpackage tool.

Casual Build Instructions

Just do quick builds like this:

$ apt-get source --build mountall

Developer Build Instructions

  1. Clone this repository:
$ git clone git://github.com/zfsonlinux/mountall.git
$ cd mountall
  1. List the current releases by branch name:
$ git branch --list 'master/*'
  1. Or list previous releases by tag name:
$ git tag --list 'master/*
  1. Checkout the branch name or tag name that you want to build. For example, the latest code for Ubuntu 12.04 Precise Pangolin is:
$ git checkout master/ubuntu/precise
  1. Now compile it:
$ git-buildpackage -uc -us
  1. And clean the working tree afterwards by doing this:
$ git clean -df
$ git reset --hard

Release Build Instructions

$ git-buildpackage --git-tag -S -sa
$ dput ppa:zfs-native/staging ../mountall_*_source.changes

Upstream Repositories

Each of the upstream branches in this repository is an unmodified copy of an official distribution repository, like those hosted by the Debian or Ubuntu projects. The git-buildpackage framework combines an upstream branch with the corresponding patch-queue branch to create a master branch according to the debian/gbp.conf file.

By default, git will pull the upstream branches from the clone origin at Github and not the actual upstream respositories. Look at the git-config.txt file in the readme branch for an example of how to configure remotes that pull from the official distribution repositories.

Some of the remotes for this repository are bzr repositories at Launchpad. Pulling through bzr requires this bridge helper:

https://github.com/felipec/git/blob/fc/remote/bzr/contrib/remote-helpers/git-remote-bzr

Just download that file directly into the /usr/local/bin directory and make it executable. Also run bzr launchpad-login to ensure that you have a working bazaar installation.

The upstream branches for Ubuntu may be disconnected or incomplete because Ubuntu does not always use source control for system updates. In such cases, the upstream branches will be supplemented by git-import-orig.

mountall's People

Contributors

dajhorn avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.