projects
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e35e1
)
update-chroots: add autoclean
author
martin@piware.de
<>
Sat, 4 Apr 2009 14:45:19 +0000
(07:45 -0700)
committer
martin@piware.de
<>
Sat, 4 Apr 2009 14:45:19 +0000
(07:45 -0700)
update-chroots
patch
|
blob
|
history
diff --git
a/update-chroots
b/update-chroots
index c126d1ddd3b837931fae6d7aa7c9dd2cea9fd51d..ab2a668ef4f39b2d73ebe7fb886547130a1bd53d 100755
(executable)
--- a/
update-chroots
+++ b/
update-chroots
@@
-1,3
+1,4
@@
#!/bin/sh
dchroot -a -- 'apt-get update'
dchroot -a -- 'apt-get -u -y dist-upgrade'
+dchroot -a -- 'apt-get autoclean'