extra flag gets accepted by profile.conf, however naming is wrong #291

Closed
opened 2018-04-22 07:08:38 +00:00 by philm · 1 comment
philm commented 2018-04-22 07:08:38 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Seems extra flag get noticed by manjaro-tools-iso, however the ISO naming doesn't pick it up yet:

phil@development ~/dev/boxit-work/testing $ buildiso -p kde -b testing -qv
==> manjaro-tools
  -> version: 0.15.7
  -> config: ~/.config/manjaro-tools/manjaro-tools.conf
==> PROFILE:
  -> build_lists: community|default|manjaro|sonar
  -> build_list_iso: kde
  -> is_build_list: false
==> OPTIONS:
  -> arch: x86_64
  -> branch: testing
  -> kernel: linux414
==> ARGS:
  -> clean_first: true
  -> images_only: false
  -> iso_only: false
  -> persist: false
==> DIST SETTINGS:
  -> dist_name: Manjaro
  -> dist_release: 17.1.9-pre1
  -> dist_codename: Hakoila
==> ISO INFO:
  -> iso_label: MJRO1719
==> BUILD QUEUE:
 --> Profile: [kde]
  -> iso_file: manjaro-kde-17.1.9-pre1-testing-minimal-x86_64.iso
  -> autologin: true
  -> nonfree_mhwd: true
  -> multilib: true
  -> extra: true
  -> netinstall: false
  -> chrootcfg: false
  -> geoip: true
  -> efi_boot_loader: grub
  -> hostname: manjaro
  -> username: manjaro
  -> password: manjaro
  -> login_shell: /bin/bash
  -> addgroups: audio,disk,lp,network,optical,power,scanner,storage,video,wheel
  -> enable_systemd: avahi-daemon bluetooth cronie ModemManager NetworkManager org.cups.cupsd tlp tlp-sleep sddm
  -> enable_systemd_live: manjaro-live mhwd-live pacman-init mirrors-live
  -> disable_systemd: pacman-init
phil@development ~/dev/boxit-work/testing $ buildiso -p kde -b testing -qvf
==> manjaro-tools
  -> version: 0.15.7
  -> config: ~/.config/manjaro-tools/manjaro-tools.conf
==> PROFILE:
  -> build_lists: community|default|manjaro|sonar
  -> build_list_iso: kde
  -> is_build_list: false
==> OPTIONS:
  -> arch: x86_64
  -> branch: testing
  -> kernel: linux414
==> ARGS:
  -> clean_first: true
  -> images_only: false
  -> iso_only: false
  -> persist: false
==> DIST SETTINGS:
  -> dist_name: Manjaro
  -> dist_release: 17.1.9-pre1
  -> dist_codename: Hakoila
==> ISO INFO:
  -> iso_label: MJRO1719
==> BUILD QUEUE:
 --> Profile: [kde]
  -> iso_file: manjaro-kde-17.1.9-pre1-testing-x86_64.iso
  -> autologin: true
  -> nonfree_mhwd: true
  -> multilib: true
  -> extra: true
  -> netinstall: false
  -> chrootcfg: false
  -> geoip: true
  -> efi_boot_loader: grub
  -> hostname: manjaro
  -> username: manjaro
  -> password: manjaro
  -> login_shell: /bin/bash
  -> addgroups: audio,disk,lp,network,optical,power,scanner,storage,video,wheel
  -> enable_systemd: avahi-daemon bluetooth cronie ModemManager NetworkManager org.cups.cupsd tlp tlp-sleep sddm
  -> enable_systemd_live: manjaro-live mhwd-live pacman-init mirrors-live
  -> disable_systemd: pacman-init
*Created by: philmmanjaro* Seems **extra** flag get noticed by **manjaro-tools-iso**, however the ISO naming doesn't pick it up yet: ``` phil@development ~/dev/boxit-work/testing $ buildiso -p kde -b testing -qv ==> manjaro-tools -> version: 0.15.7 -> config: ~/.config/manjaro-tools/manjaro-tools.conf ==> PROFILE: -> build_lists: community|default|manjaro|sonar -> build_list_iso: kde -> is_build_list: false ==> OPTIONS: -> arch: x86_64 -> branch: testing -> kernel: linux414 ==> ARGS: -> clean_first: true -> images_only: false -> iso_only: false -> persist: false ==> DIST SETTINGS: -> dist_name: Manjaro -> dist_release: 17.1.9-pre1 -> dist_codename: Hakoila ==> ISO INFO: -> iso_label: MJRO1719 ==> BUILD QUEUE: --> Profile: [kde] -> iso_file: manjaro-kde-17.1.9-pre1-testing-minimal-x86_64.iso -> autologin: true -> nonfree_mhwd: true -> multilib: true -> extra: true -> netinstall: false -> chrootcfg: false -> geoip: true -> efi_boot_loader: grub -> hostname: manjaro -> username: manjaro -> password: manjaro -> login_shell: /bin/bash -> addgroups: audio,disk,lp,network,optical,power,scanner,storage,video,wheel -> enable_systemd: avahi-daemon bluetooth cronie ModemManager NetworkManager org.cups.cupsd tlp tlp-sleep sddm -> enable_systemd_live: manjaro-live mhwd-live pacman-init mirrors-live -> disable_systemd: pacman-init ``` ``` phil@development ~/dev/boxit-work/testing $ buildiso -p kde -b testing -qvf ==> manjaro-tools -> version: 0.15.7 -> config: ~/.config/manjaro-tools/manjaro-tools.conf ==> PROFILE: -> build_lists: community|default|manjaro|sonar -> build_list_iso: kde -> is_build_list: false ==> OPTIONS: -> arch: x86_64 -> branch: testing -> kernel: linux414 ==> ARGS: -> clean_first: true -> images_only: false -> iso_only: false -> persist: false ==> DIST SETTINGS: -> dist_name: Manjaro -> dist_release: 17.1.9-pre1 -> dist_codename: Hakoila ==> ISO INFO: -> iso_label: MJRO1719 ==> BUILD QUEUE: --> Profile: [kde] -> iso_file: manjaro-kde-17.1.9-pre1-testing-x86_64.iso -> autologin: true -> nonfree_mhwd: true -> multilib: true -> extra: true -> netinstall: false -> chrootcfg: false -> geoip: true -> efi_boot_loader: grub -> hostname: manjaro -> username: manjaro -> password: manjaro -> login_shell: /bin/bash -> addgroups: audio,disk,lp,network,optical,power,scanner,storage,video,wheel -> enable_systemd: avahi-daemon bluetooth cronie ModemManager NetworkManager org.cups.cupsd tlp tlp-sleep sddm -> enable_systemd_live: manjaro-live mhwd-live pacman-init mirrors-live -> disable_systemd: pacman-init ```
philm commented 2018-04-22 08:15:27 +00:00 (Migrated from gitlab2.manjaro.org)
*Created by: philmmanjaro* Fixed via: https://github.com/manjaro/manjaro-tools/compare/0.15.7...1a6e4a2
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tools/manjaro-tools#291
No description provided.