- Oct 14, 2011
-
-
Pierre Schmitz authored
Thanks to Peter Schuller for this hint
-
- Oct 07, 2011
-
-
Lukas Fleischer authored
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jul 25, 2011
-
-
Gerardo Exequiel Pozzi authored
I need this for archiso, instead of maintaining a private copy. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- May 16, 2011
-
-
Jakob Gruber authored
The old pacman -d flag is now -dd since commit 111e07d0be44b7. Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Mar 22, 2011
-
-
Jan Steffens authored
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs.
-
Jan Steffens authored
This prevents accidents when chroots are shared between multiple users.
-
- Mar 14, 2011
-
-
Jan Steffens authored
No functional change.
-
- Jan 08, 2011
-
-
Pierre Schmitz authored
-
- Jan 06, 2011
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
In reference to FS#22304 run pacman -Su again if there are still updates available. This is the case for packages listed in SyncFirst.
-
- Dec 04, 2010
-
-
Pierre Schmitz authored
/dev/tty, /dev/tty0 and /dev/full
-
- Dec 02, 2010
-
-
Pierre Schmitz authored
-
- Nov 16, 2010
-
-
Pierre Schmitz authored
See https://bugs.archlinux.org/task/21125
-
- Sep 11, 2010
-
-
Pierre Schmitz authored
-
- Aug 22, 2010
-
-
Pierre Schmitz authored
Instead of just copying the hosts mtab use findmnt. This way only reachable mount points are shown.
-
- Aug 17, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
* Set first enabled mirror found mirrorlist as mirror within the chroot. * If the mirror is local bind its directory read-only into the chroot. * Fallback is the kernel.org mirror.
-
Pierre Schmitz authored
Use en_US.UTF-8 and de_DE.UTF-8 by default (the latter is needed for some packages like gcc)
-
- Aug 16, 2010
-
-
Pierre Schmitz authored
-
- Aug 12, 2010
-
-
Pierre Schmitz authored
implements FS#20246
-
- Jun 24, 2010
-
-
Pierre Schmitz authored
-
- Feb 21, 2010
-
-
Eric Bélanger authored
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Feb 13, 2010
-
-
Pierre Schmitz authored
-
Allan McRae authored
1) Typo cachedir -> cache_dir 2) Use $cache_dir when calling pacman Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
Allan McRae authored
This allows setting a different cachedir for (e.g.) i686 and x86_64 chroots. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
Pierre Schmitz authored
this fixes commit 7ce9cd69
-
- Feb 12, 2010
-
-
Pierre Schmitz authored
-
- Feb 11, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- Jan 11, 2010
-
-
Byron Clark authored
This prevents problems when running with a umask that masks permissions for others. Signed-off-by: Byron Clark <byron@theclarkfamily.name> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jan 24, 2009
-
-
Aaron Griffin authored
This is primarilly needed for archiso creation, but could be useful elsewhere. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 20, 2008
-
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Feb 06, 2008
-
-
Simo Leone authored
Copying the configs before installing stuff caused conflicts. Running the host's pacman uses the host's configuration anyway, so there is no need to copy them in this case. Signed-off-by: Simo Leone <simo@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jan 23, 2008
-
-
Aaron Griffin authored
No longer needed in pacman 3.1 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Nov 29, 2007
-
-
Aaron Griffin authored
Resolv.conf changes, like mtab, so we can't just trust it to copy on build only Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Dan McGee authored
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Nov 28, 2007
-
-
Dan McGee authored
The sed-magic was wrong in many cases, including my default locale: LANG=en_US.utf8 locale.gen line: en_US.UTF-8 If we copy the user's locale.gen file, we will generate all of their locales instead of just the current one. Signed-off-by: Dan McGee <dan@archlinux.org>
-