projects
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5247069
)
update-chroots: use dchroot -a
author
martin@piware.de
<>
Tue, 19 Dec 2006 16:36:57 +0000
(17:36 +0100)
committer
martin@piware.de
<>
Tue, 19 Dec 2006 16:36:57 +0000
(17:36 +0100)
update-chroots
patch
|
blob
|
history
diff --git
a/update-chroots
b/update-chroots
index 5c20ecb874092bd63d8b29d31963776f6c202fea..c126d1ddd3b837931fae6d7aa7c9dd2cea9fd51d 100755
(executable)
--- a/
update-chroots
+++ b/
update-chroots
@@
-1,4
+1,3
@@
#!/bin/sh
dchroot -a -- 'apt-get update'
-dchroot -d -c breezy -- 'apt-get -u -y dist-upgrade'
-dchroot -d -c dapper -- 'apt-get -u -y dist-upgrade'
+dchroot -a -- 'apt-get -u -y dist-upgrade'