jeang3nie
jeang3nie pushed to odin at jeang3nie/hpk-package 2023-04-04 20:48:11 -04:00
a58150cc9c Add arch field to Package
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-04 20:20:55 -04:00
c099790f5a Remove .cargo from git
jeang3nie pushed to odin at jeang3nie/shitbox 2023-04-04 14:05:45 -04:00
8c2f7f39e4 update deps
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-03 19:03:02 -04:00
082c215b44 Split out hpk-package into separate crate; Implement Repository::build()
jeang3nie pushed to odin at jeang3nie/hpk-package 2023-04-03 18:44:28 -04:00
90b163eb1b Add deku, ron and sha2 to re-exports
jeang3nie pushed to odin at jeang3nie/hpk-package 2023-04-03 18:37:09 -04:00
218abdaa87 Adjust re-exports
jeang3nie pushed to odin at jeang3nie/hpk-package 2023-04-03 18:30:01 -04:00
ee52bfb462 Add minitar test files; Remove creator and item modules;
jeang3nie created branch odin in jeang3nie/hpk-package 2023-04-02 18:53:05 -04:00
jeang3nie pushed to odin at jeang3nie/hpk-package 2023-04-02 18:53:05 -04:00
1e7d73bc28 Split from hpk crate
jeang3nie created repository jeang3nie/hpk-package 2023-04-02 18:52:35 -04:00
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-01 11:05:08 -04:00
9126e1da93 Version - use tuple types instead of structs for less verbosity
jeang3nie pushed to odin at jeang3nie/hpk 2023-04-01 02:04:35 -04:00
a1843cac33 Check for package upgrades in parallel; Search in packages in parallel;
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-31 19:09:28 -04:00
26be99f408 Completed 2/3 of methods added in previous commit; Added some tests;
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-31 12:26:02 -04:00
4d0dfc1df4 stubbed some methods for db interaction
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-31 11:41:52 -04:00
bbb611c77c Added constants and functions for getting the effective database path
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-31 01:06:28 -04:00
ccd163edf5 Remove nativ_tls option for ureq, as it greatly complicates cross
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-30 19:07:30 -04:00
eae02ce616 Clean up imports after last commit
jeang3nie pushed to odin at Hitchhiker/ports 2023-03-30 19:04:27 -04:00
0545a20756 Merge /mnt/usr/ports into odin
b24de13af5 Some preparation to work with hpk instead of NetBSD pkgtools
2c5a2b0c05 Fix comments in ports.mk; Add x11/briskmenu
Compare 3 commits »
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-30 18:44:39 -04:00
71a87a506e Adjust Creator struct to use Vec<PathBuf> instead of Vec<DirEntry>;
jeang3nie pushed to odin at jeang3nie/hpk 2023-03-30 10:59:32 -04:00
efb28a30e2 Fix for dependency resolution - take into account release number