|
[error-report-web][PATCH v2 4/5] Search on contains, enalble admin, and keep more error history.
--- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Post/feed.py b/Post/feed.py index 7e5bfdb..5d
--- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Post/feed.py b/Post/feed.py index 7e5bfdb..5d
|
By
Michael Halstead
· #52934
·
|
|
[error-report-web][PATCH v2 3/5] Allow alternate settings, avoid out of memory condition
--- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829fada..1289d13 100644 --- a/Post/purge.py +++ b/Post/purg
--- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829fada..1289d13 100644 --- a/Post/purge.py +++ b/Post/purg
|
By
Michael Halstead
· #52933
·
|
|
[error-report-web][PATCH v2 2/5] Avoid errors caused by attempting to update referrers for objects that don't exist.
--- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py index 5737076..0ad58ba 100644 --- a/Post/views.py +++ b/Pos
--- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py index 5737076..0ad58ba 100644 --- a/Post/views.py +++ b/Pos
|
By
Michael Halstead
· #52932
·
|
|
[error-report-web][PATCH v2 1/5] purge.py: Create script that will purge database
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
|
By
Michael Halstead
· #52931
·
|
|
[error-report-web][PATCH 5/5] Import parser from the new python3 location
From: Michael Halstead <mhalstead@...> --- Post/views.py | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7791201.
From: Michael Halstead <mhalstead@...> --- Post/views.py | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7791201.
|
By
Michael Halstead
· #52930
·
|
|
[error-report-web][PATCH 4/5] Search on contains, enalble admin, and keep more error history.
From: Michael Halstead <mhalstead@...> --- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) dif
From: Michael Halstead <mhalstead@...> --- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) dif
|
By
Michael Halstead
· #52929
·
|
|
[error-report-web][PATCH 3/5] Allow alternate settings, avoid out of memory condition
From: Michael Halstead <mhalstead@...> --- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829f
From: Michael Halstead <mhalstead@...> --- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829f
|
By
Michael Halstead
· #52928
·
|
|
[error-report-web][PATCH 2/5] Avoid errors caused by attempting to update referrers for objects that don't exist.
From: Michael Halstead <mhalstead@...> --- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py inde
From: Michael Halstead <mhalstead@...> --- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py inde
|
By
Michael Halstead
· #52927
·
|
|
[error-report-web][PATCH 1/5] purge.py: Create script that will purge database
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
|
By
Michael Halstead
· #52926
·
|
|
[error-report-web][PATCH 5/5] Import parser from the new python3 location
From: Michael Halstead <mhalstead@...> --- Post/views.py | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7791201.
From: Michael Halstead <mhalstead@...> --- Post/views.py | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7791201.
|
By
Michael Halstead
· #52912
·
|
|
[error-report-web][PATCH 4/5] Search on contains, enalble admin, and keep more error history.
From: Michael Halstead <mhalstead@...> --- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) dif
From: Michael Halstead <mhalstead@...> --- Post/feed.py | 2 +- Post/purge.py | 5 +++-- Post/views.py | 3 +-- project/urls.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) dif
|
By
Michael Halstead
· #52911
·
|
|
[error-report-web][PATCH 3/5] Allow alternate settings, avoid out of memory condition
From: Michael Halstead <mhalstead@...> --- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829f
From: Michael Halstead <mhalstead@...> --- Post/purge.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Post/purge.py b/Post/purge.py index 829f
|
By
Michael Halstead
· #52910
·
|
|
[error-report-web][PATCH 2/5] Avoid errors caused by attempting to update referrers for objects that don't exist.
From: Michael Halstead <mhalstead@...> --- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py inde
From: Michael Halstead <mhalstead@...> --- Post/views.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Post/views.py b/Post/views.py inde
|
By
Michael Halstead
· #52909
·
|
|
[error-report-web][PATCH 1/5] purge.py: Create script that will purge database
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
From: Amanda Brindle <amanda.r.brindle@...> The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the
|
By
Michael Halstead
· #52908
·
|
|
[PATCH yocto-autobuilder-helper] send-qa-email: Save the QA email in case it doesn't reach the mailing lists.
Signed-off-by: Michael Halstead <mhalstead@...> --- scripts/send-qa-email | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index 6785
Signed-off-by: Michael Halstead <mhalstead@...> --- scripts/send-qa-email | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/send-qa-email b/scripts/send-qa-email index 6785
|
By
Michael Halstead
· #52439
·
|
|
Yoctoproject.org cgit tags CSS
I've copied the style into the new class name. Please let me know if this looks correct to you.
I've copied the style into the new class name. Please let me know if this looks correct to you.
|
By
Michael Halstead
· #51331
·
|
|
[PATCH yocto-autobuilder-helper] janitor: Add the systemd unit file used on the autobuilder
Signed-off-by: Michael Halstead <mhalstead@...> --- janitor/ab-janitor.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 janitor/ab-janitor.service diff -
Signed-off-by: Michael Halstead <mhalstead@...> --- janitor/ab-janitor.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 janitor/ab-janitor.service diff -
|
By
Michael Halstead
· #50700
·
|
|
[PATCH yocto-autobuilder-helper] scripts/send-qa-email: Update to dedicated push capable domain
Signed-off-by: Michael Halstead <mhalstead@...> --- scripts/send-qa-email | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-
Signed-off-by: Michael Halstead <mhalstead@...> --- scripts/send-qa-email | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/send-qa-email b/scripts/send-qa-
|
By
Michael Halstead
· #50426
·
|
|
Yocto host not found
No. Many important files are mirrored at http://mirrors.kernel.org/yocto/ though. Some larger users keep local mirrors. The full archive is almost 20TB so they usually only mirror parts of it. Please
No. Many important files are mirrored at http://mirrors.kernel.org/yocto/ though. Some larger users keep local mirrors. The full archive is almost 20TB so they usually only mirror parts of it. Please
|
By
Michael Halstead
· #50203
·
|
|
Yocto host not found
Remote troubleshooting has stalled. I'm headed to the data center to continue. No ETA yet.
Remote troubleshooting has stalled. I'm headed to the data center to continue. No ETA yet.
|
By
Michael Halstead
· #50196
·
|