https://github.com/neverpanic/disorderfs
Official mirror of https://anonscm.debian.org/git/reproducible/disorderfs.git
https://github.com/neverpanic/disorderfs
Last synced: 7 months ago
JSON representation
Official mirror of https://anonscm.debian.org/git/reproducible/disorderfs.git
- Host: GitHub
- URL: https://github.com/neverpanic/disorderfs
- Owner: neverpanic
- License: gpl-3.0
- Created: 2018-03-11T20:07:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T20:08:13.000Z (almost 8 years ago)
- Last Synced: 2025-07-05T23:36:08.902Z (7 months ago)
- Language: C++
- Homepage: https://reproducible-builds.org/
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
disorderfs - FUSE filesystem that introduces non-determinism
disorderfs is an overlay FUSE filesystem that introduces non-determinism
into filesystem metadata. For example, it can randomize the order
in which directory entries are read. This is useful for detecting
non-determinism in the build process.
See the man page for details.
After releasing, please also release a signed tarball:
$ VERSION=FIXME
$ git archive --format=tar --prefix=disorderfs-${VERSION}/ ${VERSION} | bzip2 -9 > disorderfs-${VERSION}.tar.bz2
$ gpg --detach-sig --armor --output=disorderfs-${VERSION}.tar.bz2.asc < disorderfs-${VERSION}.tar.bz2
$ scp disorderfs-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/disorderfs