projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da4f26
)
Make setup-buildd not fail when there is nothing wrong
author
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 16:46:53 +0000
(17:46 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Dec 2014 16:46:53 +0000
(17:46 +0100)
modules/schroot/files/setup-dchroot
patch
|
blob
|
history
diff --git
a/modules/schroot/files/setup-dchroot
b/modules/schroot/files/setup-dchroot
index
3f6179d
..
aeadf90
100755
(executable)
--- a/
modules/schroot/files/setup-dchroot
+++ b/
modules/schroot/files/setup-dchroot
@@
-129,6
+129,7
@@
EOF
[ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "security"
fi
esac
+ return 0
}
do_config() {