4 Using .gitignore to make sure that the work and out folder will never be pushed to the github and improving the build script
After creating article 3 I realised there is a more suitable solution for not getting the work and out directory on the github. We need to tell git to ignore the work and out directory. We create a file .gitignore and type in “work” and “out”....
3 Let us make sure all Arch Linux references are changed into Carli
We add our cleanup script to the git script so that we delete first the work and out folder before we push the contents of Carli on github. These two folders contain about 2GB. You do not want to put that on the github. With the application I quickly search for all...
2 Creation of Carli 4 on github
We discovered that libatomic_ops has been deleted again from the Arch Linux iso of 2020.1.1. This video will show you how to use github and create a new github for carli4. We delete the package libatomic_ops from the package list and push it to the github....
Recent Comments