summaryrefslogtreecommitdiff
path: root/br-ct-sync-chroots
diff options
context:
space:
mode:
Diffstat (limited to 'br-ct-sync-chroots')
-rwxr-xr-xbr-ct-sync-chroots18
1 files changed, 18 insertions, 0 deletions
diff --git a/br-ct-sync-chroots b/br-ct-sync-chroots
index b6b38fc..4bac61e 100755
--- a/br-ct-sync-chroots
+++ b/br-ct-sync-chroots
@@ -1,5 +1,23 @@
#!/bin/bash
+# br-ct-sync-chroots -- Synchronise Baserock chroots and schroot configuration
+
+# Copyright (C) 2014 Codethink Ltd
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
ACTION="$1"
SCHROOT_BASE="${SCHROOT_BASE:-/etc/schroot}"