From 03d95dd78ce9d66d66bb014f19513692f26ef4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Wed, 11 May 2011 07:50:00 +0000 Subject: [PATCH] scripts/pisi-sandbox: Update dates, versions --- scripts/pisi-sandbox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pisi-sandbox b/scripts/pisi-sandbox index 7b14760b..c0d3d7ca 100755 --- a/scripts/pisi-sandbox +++ b/scripts/pisi-sandbox @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2009, TUBITAK/UEKAE +# Copyright (C) 2009-2011 TUBITAK/UEKAE # # 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 @@ -84,8 +84,8 @@ def create_sandbox(output_dir, repository): chrun("/usr/bin/pisi cp") chrun("/usr/bin/hav call baselayout User.Manager setUser 0 'Root' '/root' '/bin/bash' 'pardus' '' ") - # Now it is 2009 release - file(os.path.join(output_dir, "etc/pardus-release"), "w").write("Pardus 2009\n") + # Now it is 2011 release + file(os.path.join(output_dir, "etc/pardus-release"), "w").write("Pardus 2011\n") except KeyboardInterrupt: run('umount %s/proc' % output_dir, ignore_error=True)