summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-14 13:59:09 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-14 13:59:09 -0300
commitade30f1b9db8e10b23439a1c90b384b93483fcc7 (patch)
tree52fc76f5aa06abd044b2f684d2075044a03c39aa
parentb7350ea957eda0f738bdbe7e74586c0c21fc3334 (diff)
parent1b374dbd360ad90ec5455dbd22f3a9b339dd9c95 (diff)
Merge branch 'master' of ssh://gparabola/libretools
-rw-r--r--cleansystem102
-rwxr-xr-xfullpkg7
2 files changed, 27 insertions, 82 deletions
diff --git a/cleansystem b/cleansystem
index 3f92b95..8da434b 100644
--- a/cleansystem
+++ b/cleansystem
@@ -1,119 +1,55 @@
-acl
-attr
-autoconf
-automake
+bzip2
+filesystem
+initscripts
+licenses-libre
+linux-libre
+pacman
+pacman-mirrorlist-libre
+your-freedom
bash
binutils
-bison
bzip2
-cloog
coreutils
-cracklib
+cronie
cryptsetup
-dash
-db
-dbus-core
-dcron
device-mapper
dhcpcd
diffutils
-distcc
e2fsprogs
-eventlog
-expat
-fakeroot
file
-filesystem
findutils
-flex
gawk
-gcc
-gcc-fortran
gcc-libs
-gcc-objc
-gdbm
-gen-init-cpio
gettext
-glib2
glibc
-gmp
grep
gzip
heirloom-mailx
-iana-etc
-initscripts
-iproute2
+inetutils
iputils
-isl
jfsutils
-kbd
-kernel26-libre
-keyutils
-krb5
less
-libarchive
-libcap
-libedit
-libfetch
-libgcrypt
-libgpg-error
-libgssglue
-libldap
-libmpc
-libnl
-libpcap
libpipeline
-libretools
-libretools
-libsasl
-libtirpc
-libtool
-libusb
-libusb-compat
-licenses-libre
-linux-api-headers
logrotate
lvm2
-m4
-make
+man-db
+man-pages
mdadm
-mkinitcpio
-mkinitcpio-busybox
-module-init-tools
-mpfr
nano
-ncurses
-net-tools
-openssh
-openssl
-pacman
-pacman-mirrorlist-libre
-pam
-patch
pciutils
pcmciautils
-pcre
perl
-pkg-config
-popt
-ppl
ppp
procps
psmisc
-readline
reiserfsprogs
-rp-pppoe
-rsync
sed
shadow
-sudo
sysfsutils
syslog-ng
sysvinit
tar
-tcp_wrappers
texinfo
-tzdata
udev
usbutils
util-linux
@@ -122,5 +58,15 @@ wget
which
wpa_supplicant
xfsprogs
-xz
-zlib
+autoconf
+automake
+bison
+fakeroot
+flex
+gcc
+libtool
+m4
+make
+patch
+pkg-config
+sudo
diff --git a/fullpkg b/fullpkg
index cf98331..eddf3d5 100755
--- a/fullpkg
+++ b/fullpkg
@@ -348,11 +348,10 @@ if [ ${level} -eq 0 ]; then
touch "${build_dir}"/{log,BUILDORDER}
buildorder="${build_dir}/BUILDORDER"
- if ! (( noupdate )); then
+ if ! noupdate; then
-# Always return true
- msg "Updating pacman db and packages"
- sudo pacman -Syu --noconfirm || true
+ msg "Updating pacman db"
+ sudo pacman -Sy --noconfirm || true
fi