Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freebsd/poudriere
Port/Package build and test system
https://github.com/freebsd/poudriere
build-automation freebsd freebsd-ports shell
Last synced: 3 days ago
JSON representation
Port/Package build and test system
- Host: GitHub
- URL: https://github.com/freebsd/poudriere
- Owner: freebsd
- License: bsd-2-clause
- Created: 2014-09-18T15:36:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T01:20:22.000Z (13 days ago)
- Last Synced: 2025-01-12T17:02:04.728Z (10 days ago)
- Topics: build-automation, freebsd, freebsd-ports, shell
- Language: Shell
- Homepage: https://github.com/freebsd/poudriere/wiki
- Size: 20.9 MB
- Stars: 397
- Watchers: 43
- Forks: 163
- Open Issues: 252
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to poudriere!
---------------------poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.Its goals are to use modern facilities present in FreeBSD (such as ZFS,
jails), to be easy to use and to depend only on base.Where is the documentation?
---------------------------The canonical documentation is located at:
https://github.com/freebsd/poudriere/wiki
A copy of this documentation could be found in the doc directory.
You can also open the poudriere's manpage, located in the 8th section.
Support
-------IRC: #poudriere on EFNet
Mailing list: [[email protected] (lists.freebsd.org)](https://lists.freebsd.org/subscription/freebsd-pkg)Getting started with poudriere
------------------------------1. Install it by typing `./configure`, `make` and `make install` at the top-level directory
2. Copy `/usr/local/etc/poudriere.conf.sample` to `/usr/local/etc/poudriere.conf`
3. Edit it to suit your needs
4. `man poudriere`, search for `EXAMPLES`, read the [wiki](https://github.com/freebsd/poudriere/wiki)
5. Follow "bulk build of binary packages" steps
6. Enjoy your new fresh binary packages!Build status
------------------------------* [![Build Status](https://api.cirrus-ci.com/github/freebsd/poudriere.svg?branch=master)](https://cirrus-ci.com/github/freebsd/poudriere)