Age | Commit message (Expand) | Author | Files | Lines |
2013-05-03 | lib/common.sh: Introduce locking helper functions | Jan Alexander Steffens (heftig) | 1 | -17/+1 |
2013-05-02 | mkarchroot: Refactor chroot running into a new script | Jan Alexander Steffens (heftig) | 1 | -116/+26 |
2013-04-07 | mkarchroot: Fix creation of btrfs snapshot and remove force option | Pierre Schmitz | 1 | -13/+7 |
2013-04-06 | Bump the chroot version as we changed the default package set | Pierre Schmitz | 1 | -1/+1 |
2013-04-06 | Only try to use btrfs snapshots if chroots are on a btrfs partition | Pierre Schmitz | 1 | -2/+4 |
2013-04-06 | Simplify update call as pacman does no longer support SyncFirst | Pierre Schmitz | 1 | -2/+2 |
2013-04-06 | mkarchroot: code cleanup | Pierre Schmitz | 1 | -14/+6 |
2013-04-06 | mkarchroot: Create working directory if needed | Pierre Schmitz | 1 | -0/+4 |
2013-04-06 | use nspawn to bind mount needed directories | Dave Reisner | 1 | -38/+17 |
2013-01-20 | Drop initscripts support | Pierre Schmitz | 1 | -61/+1 |
2012-11-15 | Make sure the usage functions are consistent | Eric Bélanger | 1 | -1/+1 |
2012-11-15 | mkarchroot: Remove unnecessary parameter for usage function | Eric Bélanger | 1 | -1/+1 |
2012-10-27 | Fix return code handling | Jan Alexander Steffens (heftig) | 1 | -1/+2 |
2012-10-13 | mkarchroot: do not try to bind /etc/timezone from host | Pierre Schmitz | 1 | -2/+2 |
2012-10-04 | mkarchroot: use a helper function to simplify bind mounts | Pierre Schmitz | 1 | -25/+25 |
2012-10-03 | mkarchroot: Use systemd's nspawn if available | Pierre Schmitz | 1 | -59/+83 |
2012-06-16 | mkarchroot: reset trap so it wont be called twice | Pierre Schmitz | 1 | -0/+1 |
2012-06-15 | Fix /run permissions in chroot | Allan McRae | 1 | -1/+1 |
2012-06-12 | Support multiple package cache directories | Pierre Schmitz | 1 | -18/+24 |
2012-06-11 | Remove no longer used option | Pierre Schmitz | 1 | -3/+1 |
2012-06-11 | Add a version number to each chroot so we can tell the user when a rebuild is... | Pierre Schmitz | 1 | -3/+5 |
2012-06-11 | Enable signature checking within build environment | Pierre Schmitz | 1 | -26/+32 |
2012-06-10 | mkarchroot: use bind mount instead of symlink for /dev/ptmx | Gerardo Exequiel Pozzi | 1 | -1/+3 |
2012-03-05 | Add -d param to optionally support devtmpfs | Gerardo Exequiel Pozzi | 1 | -15/+22 |
2011-12-20 | mkarchroot: do not create /etc/mtab | Tom Gundersen | 1 | -1/+0 |
2011-12-04 | Use double brackets everywhere | Lukas Fleischer | 1 | -30/+30 |
2011-11-06 | mkarchroot: Respect makepkg.conf and pacman.conf when running a command | Pierre Schmitz | 1 | -8/+10 |
2011-11-04 | Capitalize output messages | Eric Bélanger | 1 | -8/+8 |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | 1 | -18/+13 |
2011-10-14 | Call locale-gen with full path in chroot environment | Pierre Schmitz | 1 | -1/+1 |
2011-10-07 | Support non-standard install locations | Lukas Fleischer | 1 | -0/+231 |