]> git.donarmstrong.com Git - bin.git/commitdiff
add update_sbuild helper
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 Nov 2018 22:27:56 +0000 (14:27 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 Nov 2018 22:27:56 +0000 (14:27 -0800)
update_sbuild [new file with mode: 0755]

diff --git a/update_sbuild b/update_sbuild
new file mode 100755 (executable)
index 0000000..f2a415a
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+schroot -l |awk -F: '/^source/{print $2}'|xargs -d '\n' sudo sbuild-update -udcar;