public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/
@ 2024-09-12  3:05 Eli Schwartz
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Schwartz @ 2024-09-12  3:05 UTC (permalink / raw
  To: gentoo-commits

commit:     735e961c8c9dcf758fb4520611529b8357e8548e
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 03:01:52 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 03:01:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=735e961c

add some debugging tools: dtrace, libabigail

Sam wants these.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/world    | 2 ++
 builders/milou/gnome-v3-23/world | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/builders/milou/gnome-23/world b/builders/milou/gnome-23/world
index f7e7efd..dc1fcfb 100644
--- a/builders/milou/gnome-23/world
+++ b/builders/milou/gnome-23/world
@@ -14,11 +14,13 @@ app-portage/gentoolkit
 app-text/doxygen
 app-text/pdftk
 app-text/xournalpp
+dev-debug/dtrace
 dev-java/openjdk
 dev-lang/mono
 dev-lang/rust
 dev-qt/qtwebengine
 dev-tex/latex-beamer
+dev-util/libabigail
 gnome-base/gnome
 gnome-base/gnome-extra-apps
 lxqt-base/lxqt-meta

diff --git a/builders/milou/gnome-v3-23/world b/builders/milou/gnome-v3-23/world
index f7e7efd..dc1fcfb 100644
--- a/builders/milou/gnome-v3-23/world
+++ b/builders/milou/gnome-v3-23/world
@@ -14,11 +14,13 @@ app-portage/gentoolkit
 app-text/doxygen
 app-text/pdftk
 app-text/xournalpp
+dev-debug/dtrace
 dev-java/openjdk
 dev-lang/mono
 dev-lang/rust
 dev-qt/qtwebengine
 dev-tex/latex-beamer
+dev-util/libabigail
 gnome-base/gnome
 gnome-base/gnome-extra-apps
 lxqt-base/lxqt-meta


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/
@ 2024-09-29  4:16 Eli Schwartz
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Schwartz @ 2024-09-29  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f9b3019ce949c7f5773037ca8fae247e3ecde5b8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 04:07:57 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 04:07:57 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=f9b3019c

lucky variant: autounmask can be simpler

--autounmask is a self-inflicted wound caused by misunderstanding the
confusing interplay of portage options. The default is already
autounmask for just USE flags, adding generic autounmask adds a bunch of
other autounmasks which we then disable.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/run-update    | 2 +-
 builders/milou/gnome-v3-23/run-update | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builders/milou/gnome-23/run-update b/builders/milou/gnome-23/run-update
index 0d043c6..bc348cc 100755
--- a/builders/milou/gnome-23/run-update
+++ b/builders/milou/gnome-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
 	comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
 	sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
 
-	to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+	to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
 elif [[ $1 ]]; then
 	pushd /etc/portage/variants/$1
 	while read -r -d '' line; do

diff --git a/builders/milou/gnome-v3-23/run-update b/builders/milou/gnome-v3-23/run-update
index 0d043c6..bc348cc 100755
--- a/builders/milou/gnome-v3-23/run-update
+++ b/builders/milou/gnome-v3-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
 	comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
 	sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
 
-	to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+	to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
 elif [[ $1 ]]; then
 	pushd /etc/portage/variants/$1
 	while read -r -d '' line; do


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/
@ 2024-09-29  4:16 Eli Schwartz
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Schwartz @ 2024-09-29  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bb86114228b1befb479fcffa669898605aba72e8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 04:12:19 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 04:12:19 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=bb861142

lucky variant: try to build 3 packages, not just one

Be a little adventurous.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/run-update    | 2 +-
 builders/milou/gnome-v3-23/run-update | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builders/milou/gnome-23/run-update b/builders/milou/gnome-23/run-update
index bc348cc..ea34914 100755
--- a/builders/milou/gnome-23/run-update
+++ b/builders/milou/gnome-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
 	comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
 	sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
 
-	to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+	to_install=(--autounmask-write --autounmask-continue $(shuf -n3 /tmp/uninstalled-stable))
 elif [[ $1 ]]; then
 	pushd /etc/portage/variants/$1
 	while read -r -d '' line; do

diff --git a/builders/milou/gnome-v3-23/run-update b/builders/milou/gnome-v3-23/run-update
index bc348cc..ea34914 100755
--- a/builders/milou/gnome-v3-23/run-update
+++ b/builders/milou/gnome-v3-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
 	comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
 	sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
 
-	to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+	to_install=(--autounmask-write --autounmask-continue $(shuf -n3 /tmp/uninstalled-stable))
 elif [[ $1 ]]; then
 	pushd /etc/portage/variants/$1
 	while read -r -d '' line; do


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/
@ 2024-10-10  5:05 Eli Schwartz
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Schwartz @ 2024-10-10  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5578b1076c6ea7b2d8dcd046e53581296c0abfbd
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 04:58:36 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 04:58:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=5578b107

build thunderbird

It is no longer bindist restricted since 128.3.0, as it no longer tries
to depend on openh264.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/world    | 1 +
 builders/milou/gnome-v3-23/world | 1 +
 2 files changed, 2 insertions(+)

diff --git a/builders/milou/gnome-23/world b/builders/milou/gnome-23/world
index a1c02df..3405f5b 100644
--- a/builders/milou/gnome-23/world
+++ b/builders/milou/gnome-23/world
@@ -24,6 +24,7 @@ dev-util/libabigail
 gnome-base/gnome
 gnome-base/gnome-extra-apps
 lxqt-base/lxqt-meta
+mail-client/thunderbird
 mate-base/mate
 media-gfx/blender
 media-gfx/engauge

diff --git a/builders/milou/gnome-v3-23/world b/builders/milou/gnome-v3-23/world
index a1c02df..3405f5b 100644
--- a/builders/milou/gnome-v3-23/world
+++ b/builders/milou/gnome-v3-23/world
@@ -24,6 +24,7 @@ dev-util/libabigail
 gnome-base/gnome
 gnome-base/gnome-extra-apps
 lxqt-base/lxqt-meta
+mail-client/thunderbird
 mate-base/mate
 media-gfx/blender
 media-gfx/engauge


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-10  5:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10  5:05 [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/ Eli Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29  4:16 Eli Schwartz
2024-09-29  4:16 Eli Schwartz
2024-09-12  3:05 Eli Schwartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox