On 12/12/16 09:41, Patrick Ohly wrote:
> On Mon, 2016-12-12 at 08:59 -0600, Mariano Lopez wrote:
>>>> In particular the "complexity" column is a bit subjective. Stefano, I
>>>> hope you don't mind that I did not quite buy the "easy to use"
>
>> I
>> tried to summarize the key aspects of each mechanism in the table
>> itself. That's something that I haven't seen elsewhere and something
>> that the page can I tried to be as fair and objective as possible,
>> please shout if I messed something up or you don't agree with my
>> summary.
>
On 06/12/16 08:41, Sona Sarmadi wrote:
> Another qustion:
>
> We don't have recipes for libcurl, I guess both curl and libcurl CVEs are
> patched in the curl recipes, right?
> I think curl uses libcurl, and libcurl is built when building curl.
>
> Those CVEs which are listed in the nvd.xml file
On Thursday, November 24, 2016 11:40:16 AM Peter Balazovic wrote:
> Dears,
>
> I'm building Yocto image and this includes OpenCV 2.4 release.
>
> For example my loca.conf looks similar as
> http://www.engcore.com/2014/02/building-opencv-2-4-x-for-freescales-i-mx6-bsp-yocto/
> :
>
> ..
> *CORE_IM
.24-r0/cve/cve.log
./foomatic-filters/4.0.17-r1/cve/cve.log
./bzip2/1.0.6-r5/cve/cve.log
./libxml2/2.9.4-r0/cve/cve.log
./perl/5.22.1-r0/cve/cve.log
./expat/2.2.0-r0/cve/cve.log
./flex/2.6.0-r0/cve/cve.log
//Sona
Just remember that those logs are created for patched and unpatched CVEs.
--
Mariano L
From: Mariano Lopez
When publishing the artifacts, sometimes the cp commands fails
because it can't find the origin files, but the step in te autobuilder
is green, like there were no errors at all. This will catch these
errors, and will mark the build step as failed when cp fails.
[YOCTO #
There has been interest in an image based software updater in Yocto
Project. The proposed solution for a image based updater is to use
Stefano Babic's software updater (http://sbabic.github.io/swupdate).
This software do a binary copy, so it is needed to have at least two
partitions, these part
There has been interest in an image based software updater in Yocto
Project. The proposed solution for a image based updater is to use
Stefano Babic's software updater (http://sbabic.github.io/swupdate).
This software do a binary copy, so it is needed to have at least two
partitions, these part
From: Mariano Lopez
Lately there are a lot of ping failures in errors.yoctoproject.org,
these seems to be related with the tap interfaces not being managed
correctly.
This just add some information to avoid the connection manager to
manage the tap interfaces created for the yocto autobuilders
From: Mariano Lopez
If the server receives a error log with Unicode
character in it, it will throw and internal server
error, this is caused because the server doesn't
try to convert everything to ASCII
This patch changes the log encoding to UTF-8 so
it will allow Unicode characters.
[
From: Mariano Lopez
This fixes the issue with the mismatch in the
statistics bar and the recipe list. The mismatch
is caused by the gcc-source recipe, because every
version of the recipe is counted in Upstream History
but not in Recipe Upgrade.
Also added the TODO.rrs to track bugs and issues
From: Mariano Lopez
This provides changes in the front end for the
navbar, now it shows the percentage of recipes
up-to-date, not update, unknown and can't be
updated along with the number of recipes.
This also moves the update percentage to the
end and adds clarity to what it means.
This
From: Mariano Lopez
This adds the percentage for all the recipes types
(up-to-date, not updated, unknown, can't be updated)
so it can be displayed in the navbar.
This also adds the number of the recipes not updated
at the begining of the period and number of recipes
updated in the period.
From: Mariano Lopez
These patches change the design of the navbar.
It makes more clear what is the meaning of the
percentage in there and adds more information.
Mariano Lopez (2):
rrs/views.py: Added percentages for navbar
rrs/base_toplevel.html: Navbar redesign
rrs/static/css/rrs
From: Mariano Lopez
This changes the format of the last updated column.
Now the column text is set to the default text color.
[YOCTO #8018]
Signed-off-by: Mariano Lopez
---
templates/rrs/recipes.html | 9 +
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/templates/rrs
From: Mariano Lopez
This adds the min-width for the last updated column
to the css.
[YOCTO #8018]
Signed-off-by: Mariano Lopez
---
rrs/static/css/rrs-additional.css | 4
1 file changed, 4 insertions(+)
diff --git a/rrs/static/css/rrs-additional.css
b/rrs/static/css/rrs-additional.css
From: Mariano Lopez
This changes the behavior of the last update column
and show the date for all the recipes, including the
up to date recipes.
[YOCTO #8018]
Signed-off-by: Mariano Lopez
---
rrs/views.py | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/rrs
From: Mariano Lopez
Changed the last updated column behavior and color.
Now it display the dates for all the recipes, including
the up to date column. Also changed the color of the
text to the default used in other columns.
[YOCTOC #8018]
Mariano Lopez (3):
views.py: Show last updated date
From: Mariano Lopez
Cleaned up the class Raw to have better readability.
Also added docstring to methods in this class.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 176 +-
1 file changed, 99 insertions(+), 77 deletions(-)
diff
From: Mariano Lopez
Added a column in the recipes view that show
the last time a recipe was updated when is
not up-to-date
Signed-off-by: Mariano Lopez
---
templates/rrs/recipes.html | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/templates/rrs
From: Mariano Lopez
Changed the day format to iso. Also, the outdated
field in the recipes views was changed from days
to the date the recipe was last updated.
Signed-off-by: Mariano Lopez
---
rrs/views.py | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/rrs/views.py
From: Mariano Lopez
These patches a column in the recipe view that
show when a out dated recipes was updated the
last time. Also changes the date formats to iso.
views.py: Changed dates to iso
recipes.html: Add the Last updated column
Mariano Lopez (2):
views.py: Changed date format to iso
From: Mariano Lopez
This changes the percetage done from recipes up to date
in the period to percentage of not updated recipes that
were updated in the period.
Signed-off-by: Mariano Lopez
---
rrs/views.py | 36 +++-
1 file changed, 27 insertions(+), 9
From: Mariano Lopez
Changed the text of percentage done to updated. Also
added a tooltip that shows how this percentage is calculated.
Signed-off-by: Mariano Lopez
---
templates/rrs/base_toplevel.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/rrs
From: Mariano Lopez
This changes the percetage done from recipes up to date
in the period to percentage of not updated recipes that
were updated in the period.
Signed-off-by: Mariano Lopez
---
rrs/views.py | 33 -
1 file changed, 24 insertions(+), 9 deletions
From: Mariano Lopez
This adds SQL queries that will be used for the
percentage of recipes updated in a period.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 44
1 file changed, 44 insertions(+)
diff --git a/rrs/models.py b/rrs/models.py
index
From: Mariano Lopez
This patches changes the behavior of the percentage done to
display the percentage of out to date recipes that were
updated in the period.
models.py: Added SQL queries
views.py: Changed the behavior
base_toplevel.html: Changed format of the webpage
Mariano Lopez (3
From: Mariano Lopez
There was an issue where the current up to date was always
using the latest upstream version to get the percentage.
This uses the upstream version in the period displayed.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 5 +
rrs/views.py | 4 ++--
2 files changed, 7
From: Mariano Lopez
Fixed the version displayed in current milestone.
Before the data was obtained from recipe upgrad table
and this allows to fetch the data from the recipe table.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 7 +++
rrs/views.py | 16
2 files
From: Mariano Lopez
Added the validation for the maintainer in the
recipe detail view. Also added a check if the
recipe exists.
[YOCTO #7904]
Signed-off-by: Mariano Lopez
---
rrs/views.py | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/rrs/views.py b/rrs
From: Mariano Lopez
This add a tooltip in the upstream status field that
show how long the recipe hasn't been updated.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 15 +++
rrs/views.py | 23 ++-
templates/rrs/recipes.html
From: Mariano Lopez
Allow to use the new raw SQL call to get better performance in the
web page. Also removed SQL queries inside loops.
This is only for two views: recipes and maintainers
Signed-off-by: Mariano Lopez
---
rrs/views.py | 118
From: Mariano Lopez
The raw calls are going to be used instead of Django's ORM.
This improves the performance of the webpage.
Signed-off-by: Mariano Lopez
---
rrs/models.py | 102 ++
1 file changed, 102 insertions(+)
diff --git
33 matches
Mail list logo