Marius Avram (7):
Add buildhistory-diff as attachment to email
Fixed bug of selected attachements for email
Added error message when buildhistory not active
README: Added buildhistory configuration
Info messages start with upper case
Fix adding new files to recipe bug
Add missing import
buildhistory-diff is useful in the case new files have been
added to the package.
Signed-off-by: Marius Avram
---
bitbake.py | 28
recipe.py|3 +--
upgradehelper.py | 21 ++---
3 files changed, 43 insertions(+), 9 deletions
The upgrade failed when new files were added to the recipe and
the compilation was made for multiple machines. Now this problem
has been fixed.
Signed-off-by: Marius Avram
---
recipe.py |6 ++
1 file changed, 6 insertions(+)
diff --git a/recipe.py b/recipe.py
index e6430cd..8ecd2a2
Signed-off-by: Marius Avram
---
README |8
1 file changed, 8 insertions(+)
diff --git a/README b/README
index 5721d58..43e6800 100644
--- a/README
+++ b/README
@@ -54,6 +54,14 @@ require conf/distro/include/maintainers.inc
require conf/distro/include/upstream_tracking.inc
A graceful close of the script happens when it tries to do
a buildhistory-diff but the bbclass is not inherited. Also
a helping message is presented to the user to avoid the
error at a next run.
Signed-off-by: Marius Avram
---
bitbake.py | 12 ++--
1 file changed, 10 insertions(+), 2
Signed-off-by: Marius Avram
---
upgradehelper.py |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index 091881f..ef59661 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -617,8 +617,8 @@ class UniverseUpdater(Updater, Email
Signed-off-by: Marius Avram
---
upgradehelper.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index 27de760..cc90958 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -42,7 +42,7 @@ from datetime import date
import shutil
from
For consistency sake I modified all the messages to start with
upper case.
Signed-off-by: Marius Avram
---
recipe.py|2 +-
upgradehelper.py |6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipe.py b/recipe.py
index a495b49..e6430cd 100644
--- a
This way the created bitbake subprocesses from the upgrade script
are killed as well when you press ctrl+c.
Signed-off-by: Marius Avram
---
upgradehelper.py |6 ++
1 file changed, 6 insertions(+)
diff --git a/upgradehelper.py b/upgradehelper.py
index 771c981..7db89a7 100755
--- a
Two small features for the auto upgrade helper.
Contrib branch can be found here:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mavram/auh_features
Marius Avram (2):
Send emails for a list of recipes
Kill suprocesses when pressing ctrl+c
upgradehelper.py | 205
selection of
at least two recipes has been given to the script for upgrading.
Signed-off-by: Marius Avram
---
upgradehelper.py | 199 +++---
1 file changed, 98 insertions(+), 101 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index
This way the created bitbake subprocesses from the upgrade script
are killed as well when you press ctrl+c.
Signed-off-by: Marius Avram
---
upgradehelper.py |6 ++
1 file changed, 6 insertions(+)
diff --git a/upgradehelper.py b/upgradehelper.py
index 9ddfcb5..4ee65d5 100755
--- a
selection of
at least two recipes has been given to the script for upgrading.
Signed-off-by: Marius Avram
---
upgradehelper.py | 199 +++---
1 file changed, 98 insertions(+), 101 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index
selection of
at least two recipes has been given to the script for upgrading.
Signed-off-by: Marius Avram
---
upgradehelper.py | 202 +++---
1 file changed, 101 insertions(+), 101 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index
This way the created bitbake subprocesses from the upgrade script
are killed as well when you press ctrl+c.
Signed-off-by: Marius Avram
---
upgradehelper.py |6 ++
1 file changed, 6 insertions(+)
diff --git a/upgradehelper.py b/upgradehelper.py
index 658ec43..6be7ac2 100755
--- a
build the username part is missing in case a root user
is authenticated in the system.
The easiest solution is to allow the display of drives mounted in the
path used by the current configuration and that is /run/media/sdX.
[YOCTO #6492]
Signed-off-by: Marius Avram
---
...un-media-sdX-drive
I also created a bug on the gnome bugtracker, in case it is a general problem
and not simply yocto related:
https://bugzilla.gnome.org/show_bug.cgi?id=735447
Marius Avram (1):
Fix USB not mounted in file manager
...un-media-sdX-drive-mount-if-username-root.patch | 44
17 matches
Mail list logo