Skip to content

Commit

Permalink
Thanks to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Nov 17, 2016
1 parent 2ee5ebb commit c04adf2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = man src scripts test

EXTRA_DIST = COPYING LICENSE NEWS.md README.md THANKS autogen.sh makedist.sh
EXTRA_DIST = COPYING LICENSE NEWS.md README.md THANKS.md autogen.sh makedist.sh

prove: all
cd test && $(MAKE) $(AM_MAKEFLAGS) prove
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ Where is it used?

fakechroot is mainly used as:

* a variant of [debootstrap](http://code.erisian.com.au/Wiki/debootstrap), the tool which can set up new Debian or Ubuntu system.
* a supporter for [debirf](http://cmrg.fifthhorseman.net/wiki/debirf), DEBian on Initial Ram Filesystem
* a variant of [debootstrap](http://code.erisian.com.au/Wiki/debootstrap), the tool which can set up new Debian or Ubuntu system

fakechroot had found another purposes:

* to be a part of [Klik](http://klik.atekon.de) application installer as kfakechroot project
* to be a supporter for [pbuilder](http://pbuilder.alioth.debian.org/) building system
* to be a supporter for [Apport](https://wiki.ubuntu.com/Apport) retracer
* to be a supporter for [libguestfs tools](http://libguestfs.org/) for accessing and modifying virtual machine disk images
* to be a supporter for [febootstrap](http://et.redhat.com/~rjones/febootstrap/), the tool which can set up new Fedora system.
* to be a supporter for [febootstrap](http://et.redhat.com/~rjones/febootstrap/), the tool which can set up new Fedora system
* to be a part of [cuntubuntu](https://play.google.com/store/apps/details?id=com.cuntubuntu) - Ubuntu for Android without root
* to be a supporter for [selenium-chroot](https://github.com/gagern/selenium-chroot) setup
31 changes: 0 additions & 31 deletions THANKS

This file was deleted.

44 changes: 44 additions & 0 deletions THANKS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
The fakechroot project was started as dirty hack because I've got an access
to some system without root privileges. I really wanted to install additional
software and I imagined that no access to the root account should be no
problem at all.

For years, more and more people started to use the fakechroot.

I would like to thank to:

* Marcin Jakubowski, for an inspiration
* Joost Witteveen, for his fakeroot
* Lionel Tricon, for an exclude path list feature
* Mark Eichin, for countless patches with bugfixes
* Martin Pitt, for great Ubuntu support
* Daniel Kahn Gillmor, for testing

And to contributors (alphabetically):

* Andreas Jochens
* Andrew Gregory
* Brian Silverman
* Christopher Meng
* Colin Watson
* Daniel Kahn Gillmor
* Daniel Tschan
* Geert Stappers
* Guido Günther
* JH Chatenet
* Johannes Schauer
* Juan Romero Pardines
* Kurt Roeckx
* Lucas Nussbaum
* Luk Claes
* Marc 'HE' Brockschmidt
* Mario Iseli
* Martin von Gagern
* Oleksandr Usov
* Raúl Sánchez Siles
* Robert Blair Mason Jr.
* Robert Spanton
* Robin McCorkell
* Santiago Vila
* Sune Vuorela
* Sven Ulland

0 comments on commit c04adf2

Please sign in to comment.