Sqlite backend & simplifying of config variables #158
No reviewers
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Chewing_Bever/vieter:sqlite-backend"
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?
This PR replaces the old storage system for Git repositories with an Sqlite database.
Besides that, I've simplified configuration. Instead of having separate
download_dir,repos_dir&repos_filevariables, we now only havepkg_dir&data_dir.data_diris where we store the repositories, log file & sqlite database. Package uploads are stored in the root ofpkg_dir.Lastly, this PR updates the CI config so that contributors can properly lint & test their code.
Closes #51
514d621884to8c5652c230WIP: Sqlite backend & simplifying of config variablesto Sqlite backend & simplifying of config variables