xbps/bin
Enno Boland 5c18a43c1c bin/xbps-create: construct proplist objects in ftw.
This is the first commit in a series to make xbps-create build
reproducable packages.

xbps-create uses nftw(3) to walk through all files. As nftw doesn't
sort files it may happen that the resulting packages will have
different checksums due to differentiating orders of files on
different filesystems.

To solve this issue xbps-create uses xbps_directory_t, which is always
sorted, instead of a simple linked list.
2016-03-27 14:44:47 +02:00
..
xbps-alternatives xbps-alternatives(1): implemented -g <grp> -l. 2015-10-31 12:11:21 +01:00
xbps-checkvers xbps-checkvers: add some assertions. 2015-12-21 16:51:24 +01:00
xbps-create bin/xbps-create: construct proplist objects in ftw. 2016-03-27 14:44:47 +02:00
xbps-dgraph Minor changes to the documentation. 2015-10-30 02:01:29 -04:00
xbps-fbulk xbps-fbulk(1): ignore xbps-src msgs (those starting with '=>'). 2016-02-05 11:44:22 +01:00
xbps-install xbps-install(1): do not exit if pkg is up-to-date in dry-run mode. 2016-02-05 11:27:40 +01:00
xbps-pkgdb Minor changes to the documentation. 2015-10-30 02:01:29 -04:00
xbps-query xbps-query: remove doubled incrementation 2016-03-20 10:02:26 +01:00
xbps-reconfigure Minor changes to the documentation. 2015-10-30 02:01:29 -04:00
xbps-remove xbps-remove: fix previous correctly: process XBPS_STATE_ALTGROUP states. 2015-10-31 12:07:06 +01:00
xbps-rindex xbps-rindex: replace puts calls with printf 2016-03-22 09:47:25 +01:00
xbps-uchroot Minor changes to the documentation. 2015-10-30 02:01:29 -04:00
xbps-uhelper
xbps-uunshare Minor changes to the documentation. 2015-10-30 02:01:29 -04:00
Makefile Alternatives framework for xbps (2/2). 2015-10-30 12:24:46 +01:00