clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

Fix Auto update Bug #725

Closed mdhorn closed 4 years ago

mdhorn commented 4 years ago

Changes proposed in this pull request:

karthikprabhuvinod commented 4 years ago

@mdhorn Taking a look

karthikprabhuvinod commented 4 years ago

Changes proposed in this pull request:

  • Add a new type for booleans which should default to true
  • Updated the auto-update code

    • Auto Update is Disabled when: autoAupdate: false in the YAML or if the version or --swupd-version is set to a value other than 0 or
    • Auto Update is Enabled by default, or when autoAupdate: true set in the YAML regardless of version setting

Were you trying to complete the first point...it is ending with a "or"

mdhorn commented 4 years ago

Changes proposed in this pull request:

  • Add a new type for booleans which should default to true
  • Updated the auto-update code

    • Auto Update is Disabled when: autoAupdate: false in the YAML or if the version or --swupd-version is set to a value other than 0 or
    • Auto Update is Enabled by default, or when autoAupdate: true set in the YAML regardless of version setting

Were you trying to complete the first point...it is ending with a "or"

The <current OS version> was being interrupted as a markup.

mdhorn commented 4 years ago

Fixed in clr-installer 2.6.1, Clear Linux OS 33300 or higher.