Bug 20962 - Option "Aktiviere die Richtlinie" aus "Release"-Richtlinie entfernen
Summary: Option "Aktiviere die Richtlinie" aus "Release"-Richtlinie entfernen
Status: CLOSED WORKSFORME
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - Policies
Version: UCS 3.0
Hardware: Other Linux
: P5 normal
Target Milestone: UCS 4.0-1-errata
Assignee: Philipp Hahn
QA Contact: Alexander Kläser
URL:
Keywords:
Depends on: 33190
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-13 14:34 CET by Moritz Muehlenhoff
Modified: 2015-03-05 14:24 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Muehlenhoff univentionstaff 2010-12-13 14:34:25 CET
Nur bei der Release-Richtlinie gibt es eine separate Option "Aktiviere die Richtlinie". Das ist inkonsistent und bringt eigentlich keinen Nutzen. Aktuell gibt es die Zustände:

Kein Release gesetzt und Option aus -> Kein Update
Kein Release gesetzt und Option an -> Kein Update
Release gesetzt und Option an -> Update
Release gesetzt und Option aus -> Kein Update

Wenn ein Admin einen Client nicht aktivieren will, würde er einfach die Richtlinie entfernen.
Comment 1 Stefan Gohmann univentionstaff 2013-11-28 15:51:07 CET
(In reply to Moritz Muehlenhoff from comment #0)
> Kein Release gesetzt und Option an -> Kein Update


Nein, der Code ist derzeit anders:

                if [ "$univentionUpdateActivate" = "TRUE" ]
                then
                    if [ -n "$univentionUpdateVersion" ]
                    then
                        echo -n "  updater [$univentionUpdateVersion] "
                        /usr/share/univention-updater/univention-updater "$mode" --updateto "$univentionUpdate
                    else
                        echo -n "  updater "
                        /usr/share/univention-updater/univention-updater "$mode" >>"$LOG" 2>&1
                    fi
                fi
Comment 2 Philipp Hahn univentionstaff 2015-02-24 08:50:25 CET
With Bug #33190 the "Release" policy has been renamed into "Automatic updates" and its property descriptions have been improved:

> msgid "Activate release updates (Errata updates are activated by default)."
> msgstr "Aktiviere Release-Updates (Errata-Updates sind standardmäßig aktiviert)."

> msgid "Update to this UCS version"
> msgstr "Bis zu dieser UCS-Version aktualisieren"

(In reply to Moritz Muehlenhoff from comment #0)
> Nur bei der Release-Richtlinie gibt es eine separate Option "Aktiviere die
> Richtlinie". Das ist inkonsistent und bringt eigentlich keinen Nutzen.
> Aktuell gibt es die Zustände:
> 
> Kein Release gesetzt und Option aus -> only errata updates
> Kein Release gesetzt und Option an -> perform update to latest release
> Release gesetzt und Option an -> perform update up-to given release
> Release gesetzt und Option aus -> only errata updates (same as #1)

As such: WORKS-AS-EXPECTED:
Comment 3 Alexander Kläser univentionstaff 2015-03-04 12:00:19 CET
Yes.
Comment 4 Moritz Muehlenhoff univentionstaff 2015-03-05 14:24:18 CET
Nothing to release since it's WORKSFORME, closing.