Hasher: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
Copy of this documentation can be found in packages <tt>hasher</tt> and <tt>hasher-priv</tt> in [[Sisyphus]] repository. | Copy of this documentation can be found in packages <tt>hasher</tt> and <tt>hasher-priv</tt> in [[Sisyphus]] repository. | ||
== | == Information == | ||
; Mailing list | |||
: [https://lists.altlinux.org/mailman/listinfo/devel-en devel-en@] | |||
; License | |||
: GPLv2 or later. | |||
GPLv2 or later. | ; Bugreports | ||
: [http://bugzilla.altlinux.org/ ALT Linux Bugzilla], product "Sisyphus", components "hasher" and "hasher-priv". | |||
; Source code | |||
: [http://git.altlinux.org/people/ldv/packages/hasher.git hasher.git] | |||
: [http://git.altlinux.org/people/ldv/packages/hasher-priv.git hasher-priv.git] | |||
; Authors | |||
: Dmitry V. Levin | |||
Revision as of 16:04, 1 March 2009
hasher is a tool for building packages in safe and repeatable manner. All packages in Sisyphus repository are built using hasher.
hasher is similar to earlier ApplianceWare/ALT Linux sandman, Debian sbuild/pbuilder and also later Fedora mock, but unlike the mentioned tools it is designed and implemented with security in mind. hasher prevents interaction between package being built and host system and also between packages being built.
Documentation
Copy of this documentation can be found in packages hasher and hasher-priv in Sisyphus repository.
Information
- Mailing list
- devel-en@
- License
- GPLv2 or later.
- Bugreports
- ALT Linux Bugzilla, product "Sisyphus", components "hasher" and "hasher-priv".
- Source code
- hasher.git
- hasher-priv.git
- Authors
- Dmitry V. Levin