Devlog #14
Today I separated repo-tools from the Zap parser and started developing it in its own branch.
Devlog #14
Today I separated repo-tools from the Zap parser and started developing it in its own branch.
Devlog #13 Adding the info commmad.
adding a gitignore and deleting the repo-tools to start from zero.
Devlog #11 - Now I added upgrades to the zap website but I down publish yet. Sorry for my robotic English.
Devlog #10
Today I added the repo-remove command, which removes a repository URL from the index file. I also made some small improvements to the project’s directory structure.
Devlog - 09 Today I added a base_url parameter to the index configuration, allowing the domain to be changed more easily without having to manually update all links. I also fixed issues in the Makefile that were causing broken executables with no output. Finally, I merged my work from the GitHub dev branch into the GitHub main branch.
Devlog - 08
Starting to create an installation script and configure my VS Code for another computer.
Devlog - 07
Today, I added an upgrade feature to update ZAP to the latest version. The code is untested because I have to return my school laptop and move everything over to my dad’s computer. I don’t know when I will be back to active development.
Devlog - 06. Today I added a function to check if a package is compatible with the operating system where the program is running.
Devlog - 05
Beginning of the creation of the repo-tools that will be used to create and edit an index.
Devlog - 04
Today I added a SHA-256 integrity verification system. The package manager now generates and compares file hashes to validate downloaded files and prevent corrupted or modified packages from being installed.
Devlog - 03
Today I created and finished the update command.
Devlog - 02
Today I finished the logging system and started updating the README.
What’s new:
Next step: polishing the project documentation and create a better structure for the packages.
Now I am implementing the log system.