[damned-lies] Move its data out of the data dir
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Move its data out of the data dir
- Date: Thu, 12 Sep 2019 09:28:02 +0000 (UTC)
commit a9d540b0ef670000accb69428eb4342e60666814
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Sep 12 11:27:48 2019 +0200
Move its data out of the data dir
{data => common/static}/metainfo.its | 0
{data => common/static}/metainfo.loc | 0
damnedlies/settings.py | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/metainfo.its b/common/static/metainfo.its
similarity index 100%
rename from data/metainfo.its
rename to common/static/metainfo.its
diff --git a/data/metainfo.loc b/common/static/metainfo.loc
similarity index 100%
rename from data/metainfo.loc
rename to common/static/metainfo.loc
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index 7bf12f1e..443c36fa 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -196,8 +196,8 @@ GETTEXT_ITS_DATA = {
# Copy of https://github.com/ximion/appstream/tree/master/data/its (2019-06-15)
# minus the release/description line (#149).
'damned-lies': [
- os.path.join('data', 'metainfo.its'),
- os.path.join('data', 'metainfo.loc'),
+ os.path.join('common', 'static', 'metainfo.its'),
+ os.path.join('common', 'static', 'metainfo.loc'),
],
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]