diff options
author | 2017-01-15 20:44:38 +0100 | |
---|---|---|
committer | 2020-04-09 07:38:53 +0200 | |
commit | 593e2eed315dbac85b6318a3cf4dd9fa390c8041 (patch) | |
tree | c6ebb3044ebda6a4db180ee458d1afe538ee6e7e /.gitignore | |
parent | fix ame 'adict' is not defined line 273 (diff) | |
download | tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.tar.gz tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.tar.bz2 tinderbox-cluster-www-593e2eed315dbac85b6318a3cf4dd9fa390c8041.zip |
Update code to use gosbs backend
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,5 +5,4 @@ __pycache__ static/logs # Python compiled files *.pyc -python//gentoo_main/settings.py -python/gentoo_main/wsgi.py +python/gosbs/settings.py |