[DRE-commits] [pkg-ruby-extras] 01/01: add a script to update chroot

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 3 06:27:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository pkg-ruby-extras.

commit 4eb7efe364c90c3461478c4bab46a5db1bb07f0c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 3 11:55:18 2016 +0530

    add a script to update chroot
---
 update | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/update b/update
new file mode 100755
index 0000000..6852db3
--- /dev/null
+++ b/update
@@ -0,0 +1,7 @@
+#!/bin/sh
+chrootname=unstable-$(dpkg --print-architecture)-sbuild
+chroot=/srv/chroots/$chrootname
+sudo chroot $chroot apt-get update
+sudo chroot $chroot apt-get dist-upgrade
+
+#TODO: update lxc container

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list