Sqlite backend & simplifying of config variables #158
No reviewers
Labels
No Label
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 Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#158
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Chewing_Bever/vieter:sqlite-backend"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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_file
variables, we now only havepkg_dir
&data_dir
.data_dir
is 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
514d621884
to8c5652c230
WIP: Sqlite backend & simplifying of config variablesto Sqlite backend & simplifying of config variables