Code Monkey home page Code Monkey logo

docker-rhel-rpm's People

Contributors

chenryn avatar sciurus avatar tomdz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-rhel-rpm's Issues

I little fix in the readme for git archive

The command bellow don't work in Centos, because of the git version (1.7.1)
git archive --remote git://git.code.sf.net/p/aufs/aufs3-standalone aufs3.10 > kernel-ml-aufs/aufs3-standalone.tar

You need to change that line above for these bellow(they are equivalent):
git clone git://git.code.sf.net/p/aufs/aufs3-standalone -b aufs3.10
cd aufs3-standalone
git archive aufs3.10 > ../kernel-ml-aufs/aufs3-standalone.tar

include/linux/aufs_type.h removed from aufs3-standalone

include/linux/aufs_type.h was removed from aufs3-standalone, causing the kernel build to fail.

[ben@localhost aufs3-standalone]$ git log -1 -- include/linux/aufs_type.h
commit 6e087f4b9993473e7d71edbb8c20e99d6be8658e
Author: J. R. Okajima <[email protected]>
Date:   Sun Oct 27 00:08:30 2013 +0900

    aufs: remove obsolete include/linux/aufs_type.h

    It is already replaced by include/uapi/linux/aufs_type.h.

    Signed-off-by: J. R. Okajima <[email protected]>

And from build.log

+ cp ../aufs3-standalone/include/linux/aufs_type.h include/linux/
cp: cannot stat `../aufs3-standalone/include/linux/aufs_type.h': No such file or directory

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.