McClane The problem is I cannot make go-task work. When I type:
go-task /home/solus-packages init
stat /home/live/solus-packages/common/Tasks/Taskfile.qt5.yml: no such file or directory
So, there seem to be a couple of things amiss here:
- The actual command from the documentation is
go-task -d ~/solus-packages init
(note the -d
switch)
- The output you posted doesn't match the command above it (
/home/solus-packages
vs. /home/live/solus-packages
). Perhaps you mistyped?
- Judging by the
live
username it seems you're using the live ISO environment to create your packaging environment. I don't think this is supported, and might lead to all sorts of issues. I'd recommend creating a VM/container/etc. with a proper Solus installation before continuing.
Taskfile.qt5.yml
is part of the same repository as the main Taskfile, so unless you've only cloned part of the repository it should be available.
(https://github.com/getsolus/packages/blob/main/common/Tasks/Taskfile.qt5.yml)
Make sure to follow the documentation exactly https://help.getsol.us/docs/packaging/prepare-for-packaging