From 574199ff0ed27406aca8008140fe079753c6b526 Mon Sep 17 00:00:00 2001
From: Mayoro Diagne <mayoro@nexedi.com>
Date: Sun, 30 Oct 2011 16:24:11 +0000
Subject: [PATCH] removing temp files

---
 software/xaraya/instance.cfg~ |  0
 software/xaraya/software.cfg~ | 70 -----------------------------------
 2 files changed, 70 deletions(-)
 delete mode 100644 software/xaraya/instance.cfg~
 delete mode 100644 software/xaraya/software.cfg~

diff --git a/software/xaraya/instance.cfg~ b/software/xaraya/instance.cfg~
deleted file mode 100644
index e69de29b..00000000
diff --git a/software/xaraya/software.cfg~ b/software/xaraya/software.cfg~
deleted file mode 100644
index cc754ef8..00000000
--- a/software/xaraya/software.cfg~
+++ /dev/null
@@ -1,70 +0,0 @@
-[buildout]
-versions = versions
-
-parts =
-  template
-  apache-php
-  mariadb
-  eggs
-  instance-recipe-egg
-  downloadcache-workaround
-
-extends =
-  http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg
-  http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/shacache-client.cfg
-
-[application]
-recipe = hexagonit.recipe.download
-url = http://freefr.dl.sourceforge.net/project/xaraya/Core%20plus%20Modules/Xaraya%201.2.3%20Core%20Plus/xaraya-1.2.3-full.tar.gz
-#md5sum = Student may put here md5sum of this file, this is good idea
-#If provided tarball does not contain top directory, option shall be changed to false
-#strip-top-level-dir = true
-
-[application-template]
-recipe = slapos.recipe.download
-url = https://gitorious.org/~mayoro/slapos/yoro-slapos/blobs/raw/master/software/xaraya/template/config.system.php.in
-#md5sum = Student may put here md5sum of this file, this is good idea
-download-only = True
-filename = template.in
-mode = 0644
-location = ${buildout:parts-directory}/${:_buildout_section_name_}
-
-[application-configuration]
-location = html/var/config.system.php
-
-[instance-recipe]
-egg = slapos.cookbook
-module = lamp.simple
-
-[template]
-# Default template for the instance.
-recipe = slapos.recipe.template
-url = ${:_profile_base_location_}/instance.cfg
-#md5sum = Student shall put md5 of instance.cfg here
-output = ${buildout:directory}/template.cfg
-mode = 0644
-
-[instance-recipe-egg]
-recipe = zc.recipe.egg
-python = python2.7
-eggs =
-    ${mysql-python:egg}
-    ${instance-recipe:egg}
-    slapos.toolbox[lampconfigure]
-
-[versions]
-# Use SlapOS patched zc.buildout
-zc.buildout = 1.5.3-dev-SlapOS-010
-slapos.cookbook = 0.32
-
-[downloadcache-workaround]
-# workaround irritating problem of hexagonit.recipe.cmmi which automatically
-# creates download cache, which in turn switches builout to "semi-offline" mode
-recipe = plone.recipe.command
-# in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves
-# to ${buildout:directory}/downloads but this variable is available late, that's
-# why it is hardcoded only for required case
-download-cache = ${buildout:directory}/downloads
-command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
-update-command = ${:command}
-stop-on-error = True
-- 
2.30.9