Skip to content

Commit 9ecc58d

Browse files
authored
Merge pull request #667 from furlongm/develop
debian packaging updates
2 parents f6c46ee + 4f3d69f commit 9ecc58d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ recursive-include packages *
1616
recursive-include repos *
1717
recursive-include reports *
1818
recursive-include modules *
19+
recursive-include errata *
20+
recursive-include security *
1921
recursive-include sbin *
2022
recursive-include etc *

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Depends: ${misc:Depends}, python3 (>= 3.11), python3-django (>= 4.2),
1818
python3-djangorestframework, python3-django-filters, python3-debian,
1919
python3-rpm, python3-tqdm, python3-defusedxml, python3-pip, python3-tenacity,
2020
python3-requests, python3-colorama, python3-magic, python3-humanize,
21-
python3-yaml, libapache2-mod-wsgi-py3, apache2,
21+
python3-yaml, libapache2-mod-wsgi-py3, apache2, sqlite3,
2222
celery, python3-celery, python3-django-celery-beat, redis-server,
2323
python3-redis, python3-git, python3-django-taggit
2424
Suggests: python3-mysqldb, python3-psycopg2, python3-pymemcache, memcached

debian/python3-patchman.postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ "$1" = "configure" ] ; then
1313
apache2_invoke enconf patchman.conf
1414

1515
adduser --system --group patchman-celery
16+
usermod -a -G www-data patchman-celery
1617

1718
patchman-set-secret-key
1819
chown www-data /etc/patchman/local_settings.py

etc/patchman/local_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
DAYS_WITHOUT_REPORT = 14
4040

4141
# Whether to run patchman under the gunicorn web server
42-
RUN_GUNICORN = True
42+
RUN_GUNICORN = False
4343

4444
CACHES = {
4545
'default': {

0 commit comments

Comments
 (0)