From: Don Armstrong Date: Sat, 24 Nov 2018 22:27:56 +0000 (-0800) Subject: add update_sbuild helper X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=883c455379367ba2f9dc3fbd5c751d97b6c5871b add update_sbuild helper --- diff --git a/update_sbuild b/update_sbuild new file mode 100755 index 0000000..f2a415a --- /dev/null +++ b/update_sbuild @@ -0,0 +1,3 @@ +#!/bin/sh + +schroot -l |awk -F: '/^source/{print $2}'|xargs -d '\n' sudo sbuild-update -udcar;