Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deb: error-pages orig
dist: error-pages orig
@mkdir -p dist
echo "Building unsigned package..."
dpkg-buildpackage -S -us -uc -sa
dpkg-buildpackage -S -us -uc
mv ../kolibri-server_$(VERSION)* dist/
@echo "Package built successfully!"
# build and sign (signing uses environment GPG_KEY_ID and GPG_PASSPHRASE)
Expand Down
7 changes: 5 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
kolibri-server (0.5.0-0ubuntu2) jammy; urgency=medium
kolibri-server (0.5.1-0ubuntu1) jammy; urgency=medium

* Addresses issue attempting to copy Kolibri options.ini prior to
initialization
* CI: extract setup steps into Makefile targets
* CI: rewrite install tests with native ARM runners
* CI: fix build workflow (dynamic series detection, GPG signing)

-- Blaine <blaine@learningequality.org> Wed, 05 Mar 2025 11:47:19 -0800
-- Blaine <blaine@learningequality.org> Mon, 31 Mar 2026 12:00:00 -0800

kolibri-server (0.5.0-0ubuntu1) jammy; urgency=medium

Expand Down
Loading