|
| 1 | +repro.conf(5) |
| 2 | +============= |
| 3 | + |
| 4 | +Name |
| 5 | +---- |
| 6 | +repro.conf - repro configuration file |
| 7 | + |
| 8 | + |
| 9 | +Synopsis |
| 10 | +-------- |
| 11 | +/etc/devtools-repro/repro.conf, $XDG_CONFIG_HOME/devtools-repro/repro.conf, ~/.repro.conf |
| 12 | + |
| 13 | + |
| 14 | +Description |
| 15 | +----------- |
| 16 | +Configuration options for repro are stored in repro.conf. This file is sourced |
| 17 | +by repro on launch. All the variables, regardless of being described below, are |
| 18 | +exported to the build environment. |
| 19 | + |
| 20 | +The system-wide configuration file is found in /etc/devtools-repro/repro.conf. |
| 21 | +Induvidual options can be override on a per-user basis in |
| 22 | +$XDG_CONFIG_HOME/devtools-repro/repro.conf or ~/.repro.conf, with the former |
| 23 | +taking priority. |
| 24 | + |
| 25 | + |
| 26 | +Options |
| 27 | +------- |
| 28 | +**BOOTSTRAPMIRROR=**"https://mirror.archlinux.no/iso/latest":: |
| 29 | + Download location of the bootstrap image used for creating the container. |
| 30 | + |
| 31 | +**BUILDDIRECTORY=**"/var/lib/repro":: |
| 32 | + Location where the containers should be stored. |
| 33 | + |
| 34 | +**DIFFOSCOPE=**"diffoscope":: |
| 35 | + Sets the linkman:diffoscope[1] command to be ran when unreproducible packages are |
| 36 | + encountered. |
| 37 | + |
| 38 | +**CONFIGDIR=**"/etc/devtools-repro/repro":: |
| 39 | + Location of the location of makepkg.conf and pacman.conf used for the |
| 40 | + container. |
| 41 | + |
| 42 | +**HOSTMIRROR=**"http://mirror.neuf.no/archlinux/\$repo/os/\$arch":: |
| 43 | + The mirror used inside the container by pacman. |
| 44 | + |
| 45 | +**IMGDIRECTORY=**"/tmp/arch_img":: |
| 46 | + Location where the Arch Linux bootstrap image should be downloaded to. |
| 47 | + |
| 48 | + |
| 49 | +See Also |
| 50 | +-------- |
| 51 | +linkman:repro[8], linkman:makepkg.conf[5], linkman:pacman.conf[5] |
0 commit comments