Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-23Remove make_index, no longer used since [ed9b559]Bryan Drewery
2014-03-23To calculate the depth, when removing a node, give a depth of at least the ↵Antoine Brodin
depth of the removed node + 1 to the connected nodes
2014-03-22tsort: Add -D to show depth of nodeBryan Drewery
2014-03-22Import tsort(1) from FreeBSD r227189Bryan Drewery
2014-03-21Pet -WallBaptiste Daroussin
2014-02-20Add nc wrapper to handle -N required on 10+Bryan Drewery
2014-02-11Remove now useless makefilesBaptiste Daroussin
2014-01-30Fix LICENSEBryan Drewery
2014-01-30ATOMIC_PACKAGE_REPOSITORY: Fix build with 9.1 and 8.xBryan Drewery
mv(1) supports the -h param in 10.0/head/9.2 to rename a symlink instead of move it. Add our own rename(1) which will just call rename(2). This also avoids overhead in mv(1) and may be beneficial in queue handling.
2013-10-17Erg fix typoBaptiste Daroussin
2013-10-17Do not build cpdup and make_index on dflyBaptiste Daroussin
Obtained from: dragonfly branch
2013-07-22Create PREFIX/libexec/poudriere before installing libexecBryan Drewery
2013-07-15Convert build system to use FreeBSD's bsd.*.mkBaptiste Daroussin
2013-07-15Branch cpdup to the buildBaptiste Daroussin
2013-07-15Import cpdup 1.18Baptiste Daroussin
2013-07-15Respect OBJDIR and CURDIRBaptiste Daroussin
2013-06-04make_index: Remove unneeded includeBryan Drewery
Submitted by: David Demelier
2013-06-01make_index: Make jail attachment optional so this can be reused outside of ↵Bryan Drewery
poudriere
2013-05-21make_index: Update usage()Bryan Drewery
2013-05-21Respect style(9) for commentsBryan Drewery
2013-05-21make_index: Attach to the jail when executingBryan Drewery
2013-05-21Add some comments to the libexec codeBryan Drewery
2013-04-09Add a small C code to determine if a directory is empty (faster then find ↵Baptiste Daroussin
for this)
2013-04-09Add missing copyrightBaptiste Daroussin
2013-04-02New index builder for pkg_* bulksBaptiste Daroussin
Reimplement in plain C the make_index to compute index on pkg_* bulks. This version is a lot faster than the old awk version. Keep the old make_index.awk until we are 100% sure of the correctness of make_index Submitted by: David Demelier <demelier.david@gmail.com>
2013-03-26Removed the wrong __unused macroBaptiste Daroussin
2013-02-13Close the opened directoryBaptiste Daroussin
2013-02-12New poudriere daemon and modified poudriere queueBaptiste Daroussin
2013-02-12Add a mini C code to be able to watch a directory and return as soon as a ↵Baptiste Daroussin
file is added in it. This will be used for the new poudriere daemon