[manjaro-tools.conf] iso_name useless var? #163
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: udeved
As it is now, we have two very similar variables, that is
iso_name
dist_name
We currently mix them in code.
Is there any reason we shouldn't remove iso_name from configuration?
Usecase is:
iso_name=manjaro
dist_name=Manjaro
iso_name=sonar
dist_name=Sonar
We can achieve the same by converting dist_name to lower cases, and let iso_name be non configurable, but determined by dist_name.
Created by: philmmanjaro
Fine. Simplify it then ...