[arch-releng] [PATCH] Fix code so bootloader package is selected for install
--- src/core/libs/lib-ui-interactive.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 563dc2b..38a626e 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -756,7 +756,7 @@ If any previous configuration you've done until now (like fancy filesystems) req # build the list of options, sorted primarily by group, then by packagename (this is already). marking where appropriate local pkglist=() - needed_pkgs=("${needed_pkgs_fs[@]}") + needed_pkgs+=("${needed_pkgs_fs[@]}") while read pkgname pkgver pkggroup pkgdesc; do mark=OFF if check_is_in "$pkggroup" "${grouplist[@]}" || check_is_in $pkgname "${needed_pkgs[@]}"; then -- 1.7.4.1
On Sun, 13 Mar 2011 14:42:34 -0400 pyther@pyther.net wrote:
--- src/core/libs/lib-ui-interactive.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 563dc2b..38a626e 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -756,7 +756,7 @@ If any previous configuration you've done until now (like fancy filesystems) req
# build the list of options, sorted primarily by group, then by packagename (this is already). marking where appropriate local pkglist=() - needed_pkgs=("${needed_pkgs_fs[@]}") + needed_pkgs+=("${needed_pkgs_fs[@]}") while read pkgname pkgver pkggroup pkgdesc; do mark=OFF if check_is_in "$pkggroup" "${grouplist[@]}" || check_is_in $pkgname "${needed_pkgs[@]}"; then
applied. Dieter
It seems it has been done some work at the ISO. So I just wanted to ask if there's a new version of the ISO? In the download section there's still 2010.05 which is almost a year old. Heiko
On 03/13/2011 05:05 PM, Heiko Baums wrote:
It seems it has been done some work at the ISO. So I just wanted to ask if there's a new version of the ISO? In the download section there's still 2010.05 which is almost a year old.
Heiko Dieter has setup a system where automatic developmental builds get created every couple of days. http://releng.archlinux.org/isos/
I believe the idea is that we will use these builds to select "stable" builds and do away with the current release system. If you happen to use the March 13, 2011 builds and want to install Syslinux make sure to select the syslinux package and do a net install. There was a minor bug that caused the syslinux package not to be marked for install (fixed in git). In the future, please create a new mail instead of replying to an existing message. It messes up the threading... Matthew
On Sun, 13 Mar 2011 17:21:37 -0400 Matthew Gyurgyik <pyther@pyther.net> wrote:
On 03/13/2011 05:05 PM, Heiko Baums wrote:
It seems it has been done some work at the ISO. So I just wanted to ask if there's a new version of the ISO? In the download section there's still 2010.05 which is almost a year old.
Heiko Dieter has setup a system where automatic developmental builds get created every couple of days. http://releng.archlinux.org/isos/
I believe the idea is that we will use these builds to select "stable" builds and do away with the current release system.
the plan is to indeed promote some images now and then to official releases. but in order to do that reliably, we need to have reasonable quality indications of testing images. this is where the new webapp comes in Tom is working on. (http://mailman.archlinux.org/pipermail/arch-releng/2011-March/001555.html) as soon as we can put that webapp in production, people can start testing and giving feedback. as soon as that shows we have a good set of images, we're good to go. Dieter
Am Sun, 13 Mar 2011 17:21:37 -0400 schrieb Matthew Gyurgyik <pyther@pyther.net>:
Dieter has setup a system where automatic developmental builds get created every couple of days. http://releng.archlinux.org/isos/
Seems the URL has changed. Thanks.
I believe the idea is that we will use these builds to select "stable" builds and do away with the current release system.
Then there should be a link to the latest (stable) development build on the download page http://www.archlinux.org/download/. Or the link above should be (additionally) set to the download page. Heiko
On Sun, 13 Mar 2011 22:36:44 +0100 Heiko Baums <lists@baums-on-web.de> wrote:
Am Sun, 13 Mar 2011 17:21:37 -0400 schrieb Matthew Gyurgyik <pyther@pyther.net>:
Dieter has setup a system where automatic developmental builds get created every couple of days. http://releng.archlinux.org/isos/
Seems the URL has changed. Thanks.
I believe the idea is that we will use these builds to select "stable" builds and do away with the current release system.
Then there should be a link to the latest (stable) development build on the download page http://www.archlinux.org/download/. Or the link above should be (additionally) set to the download page.
Heiko
the location of stable images won't change. and I was asked to not link to these testbuilds from the main site. Dieter
participants (4)
-
Dieter Plaetinck
-
Heiko Baums
-
Matthew Gyurgyik
-
pyther@pyther.net