Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-branding-MicroOS for
openSUSE:Factory checked in at 2022-03-01 17:03:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-branding-MicroOS (Old)
and /work/SRC/openSUSE:Factory/.gnome-branding-MicroOS.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-branding-MicroOS"
Tue Mar 1 17:03:13 2022 rev:5 rq:958085 version:20210427
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-branding-MicroOS/gnome-branding-MicroOS.changes
2022-01-21 01:25:28.462564895 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-branding-MicroOS.new.1958/gnome-branding-MicroOS.changes
2022-03-01 17:03:30.532332501 +0100
@@ -1,0 +2,6 @@
+Sat Jan 29 11:43:01 UTC 2022 - Dario Faggioli <[email protected]>
+
+- fix firstboot script: we should not go over 100% as anything that is
+ after "echo 100", will just be ignored (currently, it was the cleanup)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-branding-MicroOS.spec ++++++
--- /var/tmp/diff_new_pack.i1uyrs/_old 2022-03-01 17:03:30.992332623 +0100
+++ /var/tmp/diff_new_pack.i1uyrs/_new 2022-03-01 17:03:30.996332624 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-branding-MicroOS
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021 SUSE Software Solutions GmbH
#
# All modifications and additions to the file contributed by third parties
++++++ mod-firstboot ++++++
--- /var/tmp/diff_new_pack.i1uyrs/_old 2022-03-01 17:03:31.060332641 +0100
+++ /var/tmp/diff_new_pack.i1uyrs/_new 2022-03-01 17:03:31.060332641 +0100
@@ -2,7 +2,7 @@
(
echo "# Waiting for Internet connection"
until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done
-echo "20"
+echo "10"
echo "# Adding Flathub Repository"
/usr/bin/flatpak remote-add --user --if-not-exists flathub
/usr/share/microos-desktop/flathub.flatpakrepo
@@ -11,7 +11,7 @@
--text="Adding Flathub Repo Failed"
exit 1
fi
-echo "40"
+echo "20"
echo "# Installing Firefox"
/usr/bin/flatpak install --user --noninteractive flathub org.mozilla.firefox
@@ -21,7 +21,7 @@
exit 1
fi
-echo "60"
+echo "40"
echo "# Installing Calculator"
/usr/bin/flatpak install --user --noninteractive flathub org.gnome.Calculator
if [ "$?" != 0 ] ; then
@@ -30,7 +30,7 @@
exit 1
fi
-echo "80"
+echo "60"
echo "# Installing Text Editor"
/usr/bin/flatpak install --user --noninteractive flathub org.gnome.TextEditor
if [ "$?" != 0 ] ; then
@@ -39,7 +39,7 @@
exit 1
fi
-echo "100"
+echo "80"
echo "# Installing Extension Manager"
/usr/bin/flatpak install --user --noninteractive flathub
com.mattjakeman.ExtensionManager
if [ "$?" != 0 ] ; then
@@ -48,7 +48,7 @@
exit 1
fi
-echo "120"
+echo "100"
echo "# Cleaning up"
rm ~/.config/autostart/mod-firstboot.desktop
) |