Commit 2f5ffad0 authored by Antoine Catton's avatar Antoine Catton

Minor: remove hardcoded url

parent 1526393f
...@@ -343,8 +343,7 @@ class Recipe(BaseSlapRecipe): ...@@ -343,8 +343,7 @@ class Recipe(BaseSlapRecipe):
def installWebDAVBackup(self): def installWebDAVBackup(self):
computer_partition = self.request( computer_partition = self.request(
# XXX: Hardcoded url self.options['davstorage-sr-url'],
'http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/webdav:/software/davstorage/software.cfg'
'davstorage', 'davstorage',
'mysql_backup', 'mysql_backup',
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment