|
Installing specific systemd service file according to selected distro 2 messages
Hello, I have a recipe that contains two service files( A and B) and I build for two distros where each include the foo recipe. When I build for distro A, I need to use foo's service file A but when I
Hello, I have a recipe that contains two service files( A and B) and I build for two distros where each include the foo recipe. When I build for distro A, I need to use foo's service file A but when I
|
By
davis roman
·
|
|
[layerindex][PATCH 19/18] templates/*: staticfiles -> static
In Django 3.0 the staticfiles tag was changed to static Signed-off-by: Tim Orling <tim.orling@...> --- templates/layerindex/classicstats.html | 2 +- templates/rrs/base_toplevel.html | 2 +- templates/r
In Django 3.0 the staticfiles tag was changed to static Signed-off-by: Tim Orling <tim.orling@...> --- templates/layerindex/classicstats.html | 2 +- templates/rrs/base_toplevel.html | 2 +- templates/r
|
By
Tim Orling
·
|
|
[layerindex][PATCH 18/18] requirements.txt: bump all to latest
Run pip-upgrade and update all to latest Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) dif
Run pip-upgrade and update all to latest Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) dif
|
By
Tim Orling
·
|
|
[layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies
We have some layers and especially older releases that still support python2. Add python2 dependencies back to the container so that the older releases still function. Signed-off-by: Tim Orling <tim.o
We have some layers and especially older releases that still support python2. Add python2 dependencies back to the container so that the older releases still function. Signed-off-by: Tim Orling <tim.o
|
By
Tim Orling
·
|
|
[layerindex][PATCH 16/18] rrs: add 0030_alter_recipeupgrade_maintainer.py miagration
Signed-off-by: Tim Orling <tim.orling@...> --- .../0030_alter_recipeupgrade_maintainer.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rrs/migrations/0030_alter_recipeu
Signed-off-by: Tim Orling <tim.orling@...> --- .../0030_alter_recipeupgrade_maintainer.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rrs/migrations/0030_alter_recipeu
|
By
Tim Orling
·
|
|
[layerindex][PATCH 15/18] Dockerfile: fix warnings
* Define LANGUAGE * Set DEBIAN_FRONTEND=noninteractive before apt call Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc
* Define LANGUAGE * Set DEBIAN_FRONTEND=noninteractive before apt call Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc
|
By
Tim Orling
·
|
|
[layerindex][PATCH 14/18] rrs/admin.py: drop curry import
Dropped in Django 3.0 [1] Suggested replacements are functools.partial() or functools.partialmethod() [2] [1] https://docs.djangoproject.com/en/4.0/releases/3.0/ [2] https://github.com/django/django/c
Dropped in Django 3.0 [1] Suggested replacements are functools.partial() or functools.partialmethod() [2] [1] https://docs.djangoproject.com/en/4.0/releases/3.0/ [2] https://github.com/django/django/c
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 13/18] README.devel: update versions
This updated code-base should be compatible with Django 3.1 and obviously 3.2 (but not 3.0 or earlier). Django 3.2 requires Python 3.6+. With the upgrade to Celery 5, it is safer to recommend RabbitMQ
This updated code-base should be compatible with Django 3.1 and obviously 3.2 (but not 3.0 or earlier). Django 3.2 requires Python 3.6+. With the upgrade to Celery 5, it is safer to recommend RabbitMQ
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 12/18] docker-compose: fix celery
In celery 5, the --workdir argument must come before the 'worker' subcommand. Without this, celery cannot load the layerindex module and this causes the celery container to continually restart. Signed
In celery 5, the --workdir argument must come before the 'worker' subcommand. Without this, celery cannot load the layerindex module and this causes the celery container to continually restart. Signed
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 11/18] settings: set DEFAULT_AUTO_FIELD
New in Django 3.2 To quiet warnings, set DEFAULT_AUTO_FIELD to the default value 'django.db.models.AutoField' NOTE: The default value for newly created Django 3.2 projects is django.db.models.BigAutoF
New in Django 3.2 To quiet warnings, set DEFAULT_AUTO_FIELD to the default value 'django.db.models.AutoField' NOTE: The default value for newly created Django 3.2 projects is django.db.models.BigAutoF
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 10/18] requirements.txt: bump to Django 3.2 LTS
Upgrade to the latest Django 3.2.x LTS for extended support up until April 2024. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di
Upgrade to the latest Django 3.2.x LTS for extended support up until April 2024. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 09/18] requirements.txt: update all to latest
Since we are on a "modern" version of Python in Debian buster container (3.7) and a modern version of Django (3.1.x) we should be able to run with the latest of all dependencies. Signed-off-by: Tim Or
Since we are on a "modern" version of Python in Debian buster container (3.7) and a modern version of Django (3.1.x) we should be able to run with the latest of all dependencies. Signed-off-by: Tim Or
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 08/18] docker-compose: bump mariadb to 10.3
10.2 was based on Ubuntu bionic 18.04, bumping to 10.3 as it is the first release on Ubuntu focal 20.04 Signed-off-by: Tim Orling <tim.orling@...> --- docker-compose.yml | 2 +- 1 file changed, 1 inser
10.2 was based on Ubuntu bionic 18.04, bumping to 10.3 as it is the first release on Ubuntu focal 20.04 Signed-off-by: Tim Orling <tim.orling@...> --- docker-compose.yml | 2 +- 1 file changed, 1 inser
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 07/18] requirements.txt: bump to Django 3.1
Another incremental upgrade towards 3.2 LTS Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/require
Another incremental upgrade towards 3.2 LTS Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/require
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 06/18] Updates for Django 3.0
* Update requirements.txt versions - Mostly update to latest pre-Django 3.1 versions * Fix deprecated axes.backends.AxesModelBackend - settings.py - docker/settings.py * Fix template syntax 'staticfil
* Update requirements.txt versions - Mostly update to latest pre-Django 3.1 versions * Fix deprecated axes.backends.AxesModelBackend - settings.py - docker/settings.py * Fix template syntax 'staticfil
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 05/18] requirements.txt: bump to Django 3.0
Incremental upgrade towards 3.2 LTS version. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requir
Incremental upgrade towards 3.2 LTS version. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requir
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 04/18] layerindex/*: make all shebangs python3
Several scripts still had /usr/bin/env python Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/bulkchange.py | 2 +- layerindex/recipedesc.py | 2 +- layerindex/tools/import_classic_wiki.py | 2
Several scripts still had /usr/bin/env python Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/bulkchange.py | 2 +- layerindex/recipedesc.py | 2 +- layerindex/tools/import_classic_wiki.py | 2
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 03/18] dockersetup.py: letsencrypt 2048 bit rsa
The minimum length for an RSA pem is 2048 for the dummy cert. Signed-off-by: Tim Orling <tim.orling@...> --- dockersetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockersetu
The minimum length for an RSA pem is 2048 for the dummy cert. Signed-off-by: Tim Orling <tim.orling@...> --- dockersetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockersetu
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 02/18] Dockerfile: cleanup, install python3-wheel
Remove duplicate python3-pip, etc. lines Need python3-wheel for bdist_wheel command Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) di
Remove duplicate python3-pip, etc. lines Need python3-wheel for bdist_wheel command Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) di
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS
From: Tim Orling <timothy.t.orling@...> Need to concatenate str(boolean), not bool Signed-off-by: Tim Orling <timothy.t.orling@...> --- dockersetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 delet
From: Tim Orling <timothy.t.orling@...> Need to concatenate str(boolean), not bool Signed-off-by: Tim Orling <timothy.t.orling@...> --- dockersetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 delet
|
By
Tim Orling
·
|