provide msg functions with manjaro-system? #138
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#138
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
Should we move the util-msg.sh to manjaro-system package?
We could use the functions in PKGBUILD etc too
Created by: philmmanjaro
Hmm, interesting. What exactly do you have in mind and how to use it?
Created by: udeved
Well, atm we source the util-msg.sh in manjaro-tools.
I noticed that some PKGBUILDs use also msg functions, and if we install the msg lib with eg manjaro-system, we can use the msg functions for system stuff too. Kind of unified terminal msg.
Created by: philmmanjaro
Well, I think there is not much development in this file. For now I suggest to keep it in manjaro-tools and simply add the current version also to manjaro-system. We can decide later if we move it then completely.
Created by: udeved
Basically, I would like to have the small import function somehow available, so all scripts can use it to source other scripts.
Created by: philmmanjaro
Ok. I'm fine with that.
Created by: udeved
We would need to make it sourced on session login I think, or we put it in bashrc
but better any SHELL can use it.