Skip to content

Commit 205c8aa

Browse files
committed
fix tz and local_settings getting overwritten
1 parent 4b661b8 commit 205c8aa

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

debian/python3-patchman.conffiles

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/patchman/local_settings.py

patchman/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
# Internationalization
6767
LANGUAGE_CODE = 'en-us'
68-
TIME_ZONE = 'America/NewYork'
68+
TIME_ZONE = 'UTC'
6969
USE_I18N = True
7070
USE_TZ = True
7171

scripts/rpm-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ for i in `cat INSTALLED_FILES`; do
1919
done
2020

2121
cat DIRS > INSTALLED_FILES
22-
sed -e '/\/etc\//s|^|%config(noreplace) |' FILES >>INSTALLED_FILES
22+
sed -e '/\/etc\//s|^|%config |' FILES >>INSTALLED_FILES

0 commit comments

Comments
 (0)