Goal :
o build Puppy Linux on GitHub platform
o Compatible with Ubuntu 22.04, x86_64
o Customize with Ubuntu packages
This is what I have done so far...
Start with GitHub's How-To-Guide : Building a Puppy on GitHub
https://github.com/puppylinux-woof-CE/w ... -on-GitHub
Fork from the main WOOF-CE project : puppylinux-woof-CE / woof-CE https://github.com/puppylinux-woof-CE/woof-CE
Question:
At the Step : "Create a new fork"
"Copy the testing branch only" - should we uncheck this option as I am planning to customize and not just test ?
After Navigating to the newly created repository - "https://github.com/<MY-LOGIN-ID>/woof-CE" , clicked on the "Actions" menu option
Question: I got the message
Code: Select all
Workflows aren’t being run on this forked repository
Because this repository contained workflow files when it was forked, we have disabled them from running on this fork. Make sure you understand the configured workflows and their expected usage before enabling Actions on this repository.
I chose to ignore and went with "I understand my WorkFlows. Go Ahead & Enable them"
Clicked on <My Repository> --> Actions Tab --> release workflow --> Click on "Run workflow"
I get the ERROR message :
Code: Select all
build / build
Process exited with error code 1
Code: Select all
[b]Merge2out[/b]
Run yes "" | sudo -E ./merge2out woof-distro/x86_64/ubuntu/22.04
Missing configuration directory: woof-distro/x86_64/ubuntu/22.04
yes: standard output: Broken pipe
Error: Process completed with exit code 1.
Need help on how to run this workflow.