From 78dd914563a61587253797b887cf7d0d22f5ce24 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 28 Dec 2010 13:16:37 +0100 Subject: [PATCH] updated some helpful information --- pyneo-daily.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyneo-daily.sh b/pyneo-daily.sh index 0af0522..ed6ec7d 100755 --- a/pyneo-daily.sh +++ b/pyneo-daily.sh @@ -1,6 +1,12 @@ #!/bin/sh -e -# use apt-cacher +# apt-get install qemubuilder cowbuilder git-core dpkg-dev curl bzip2 gzip tar coreutils +# +# since a lot of debs will repeatedly be downloaded, run a local apt cache. +# it will speed things up and go easy on the debian mirrors. +# apt-get install apt-cacher +# if you are not using it, adjust the DEBMIRROR line below +# # use 2.5G tmpfs # mount -t tmpfs -o size=2500M tmpfs /tmp/ramdisk