[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-351-g64c4ef8
Steffen Moeller
moeller at debian.org
Sat Dec 17 14:28:23 UTC 2011
The following commit has been merged in the master branch:
commit d6eb00c7282d6f229ba733537863992ff4f34ac6
Author: Steffen Moeller <moeller at debian.org>
Date: Thu Dec 15 20:40:24 2011 +0100
Demoting nerve-wrecking download (untested)
diff --git a/debian/rules b/debian/rules
index b122d40..7fbfa60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -347,9 +347,10 @@ get-orig-source:
sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
if [ -z "$$VERSION" ]; then VERSION=$$LATEST_VERSION; fi ; \
EXB=/tmp/export-boinc; \
- wget -O $$EXB "http://git.debian.org/?p=pkg-boinc/scripts.git;a=blob_plain;f=export-boinc;hb=HEAD" --quiet; \
+ nice="nice -5"; if [ -x /usr/bin/ionice ]; nice="$$nice ionice -c 3"; \
+ $$nice wget -O $$EXB "http://git.debian.org/?p=pkg-boinc/scripts.git;a=blob_plain;f=export-boinc;hb=HEAD" --quiet; \
chmod +x $$EXB; \
- $$EXB -r $$VERSION -t $(origDir); \
+ $$nice $$EXB -r $$VERSION -t $(origDir); \
rm -f $$EXB
.PHONY: build clean install binary-arch binary get-orig-source
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list