-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove xattr config and alpine tools dependency
* Remove the old way of handling configuration via xattrs * this seemed clever at the time and it worked fine, but it was finicky and there really aren't great tools for copying that around (despite what some utils say, they just didn't work as expected) * move to a new way of keeping config in separate directory structure * static files are still separate, so they can still be served via any web server * Remove alpine tools dependency * we now use the alpine go package to handle generating apkindexes * no longer requires having apk and abuild-sign binaries available * Reorganize the directory and URL structure * the above changes requires some minor changes to the dir/url structure * you know me, while I was there...
- Loading branch information
Showing
11 changed files
with
1,493 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ tasks: | |
# -o /local/gen/packages | ||
|
||
build: | ||
env: | ||
CGO_ENABLED: 0 | ||
cmds: | ||
- go build ./cmd/api | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.