https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39740

--- Comment #44 from Jonathan Druart <[email protected]> ---
(In reply to Marcel de Rooy from comment #43)
> (In reply to Jonathan Druart from comment #41)
> > 2. I am wondering if there is an easy way to keep backward compatibility for
> > dev_install: for instance ktd images for 25.05 won't be able to test "main".
> > And ktd's main won't be able to test older commits. We will always have to
> > reset_all or adjust koha-conf.
> 
> I kept a second check for dev_install in the function:
>     # now check koha-conf; looking at dev_install as historical fallback
>     if [ "$instancename" != "" ] && is_instance $instancename; then
>         git_install=$(run_safe_xmlstarlet $instancename git_install)
>         if [ -z "$git_install" ]; then git_install=$(run_safe_xmlstarlet
> $instancename dev_install); fi

Perfect, I missed that!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to