Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian/python3-patchman.conffiles
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/patchman/local_settings.py
2 changes: 1 addition & 1 deletion patchman/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

# Internationalization
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'America/NewYork'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_TZ = True

Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ for i in `cat INSTALLED_FILES`; do
done

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