[PR #61] [CLOSED] Update release workflow with self-hosted repo #68

Closed
opened 2026-02-28 01:17:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/61
Author: @therealpaulgg
Created: 5/20/2025
Status: Closed

Base: mainHead: codex/update-release-workflow-and-hosting-setup


📝 Commits (1)

  • 70a84e2 Publish packages to self-hosted repo

📊 Changes

4 files changed (+120 additions, -38 deletions)

View changed files

📝 .github/workflows/release.yml (+69 -23)
📝 README.md (+13 -8)
📝 docs/index.html (+8 -7)
docs/package-server.md (+30 -0)

📄 Description

Summary

  • sign and build apt/dnf repositories in release workflow
  • upload package repository to a self-hosted server over SSH
  • note self-hosted packages in README and docs
  • document how to configure a server to host packages.sshsync.io

Testing

  • go test ./... (fails: no network)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/therealpaulgg/ssh-sync/pull/61 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/update-release-workflow-and-hosting-setup` --- ### 📝 Commits (1) - [`70a84e2`](https://github.com/therealpaulgg/ssh-sync/commit/70a84e24ba5a06536709a72220d521c31d1ea5b4) Publish packages to self-hosted repo ### 📊 Changes **4 files changed** (+120 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+69 -23) 📝 `README.md` (+13 -8) 📝 `docs/index.html` (+8 -7) ➕ `docs/package-server.md` (+30 -0) </details> ### 📄 Description ## Summary - sign and build apt/dnf repositories in release workflow - upload package repository to a self-hosted server over SSH - note self-hosted packages in README and docs - document how to configure a server to host `packages.sshsync.io` ## Testing - `go test ./...` *(fails: no network)* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:17:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ssh-sync#68
No description provided.