Skip to content

Commit 0f08f13

Browse files
authored
Merge pull request #1 from atomicturtle/fixes-01
fix(signing): enforce binary data signing for valid RPM signatures
2 parents 59b2cb6 + 7349d1b commit 0f08f13

29 files changed

Lines changed: 2702 additions & 575 deletions

IMPLEMENTATION_PLAN.md

Lines changed: 0 additions & 269 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME = chelon
22
VERSION = 1.0.0
3-
RELEASE = 1
3+
RELEASE = 2
44

55
.PHONY: all clean srpm rpm
66

@@ -47,4 +47,4 @@ deps:
4747
test-local:
4848
@echo "Starting Chelon service locally on port 5050..."
4949
@echo "Make sure GPG keys are imported first!"
50-
cd server && python3 oracle-service.py
50+
cd server && python3 chelon-service.py

0 commit comments

Comments
 (0)