From ba19eb974cb937056bddc13652d2a8ec481d0880 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 29 Oct 2014 16:41:46 -0300 Subject: Add fabric file to update the TUF repo. Add support for json config file. This feature looks like it will be included soon in newer versions of fabric, but right now we add it manually. Add the configuration into a json file to avoid data on the python file. Ignore the file fabfile.json since it contains server information that may be sensitive. --- fabfile.json.sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fabfile.json.sample (limited to 'fabfile.json.sample') diff --git a/fabfile.json.sample b/fabfile.json.sample new file mode 100644 index 0000000..48eaec3 --- /dev/null +++ b/fabfile.json.sample @@ -0,0 +1,9 @@ +{ + "hosts": ["example.org"], + "port": "22", + "release": "(stable|unstable)", + "repo_file": "Bitmask-linux64-0.7.0rc6-tuf.tar.bz2", + "tuf_arch": "(32|64)", + "tuf_path": "/absolute/path/to/the/tuf/repo/", + "user": "the-tuf-user" +} -- cgit v1.2.3