[PR #62] [CLOSED] Add steps to publish repository #70

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/62
Author: @therealpaulgg
Created: 5/20/2025
Status: Closed

Base: mainHead: hn001m-codex/add-arm-support-and-package-publication-to-repository


📝 Commits (1)

  • 6f5ea8e Publish packages to self-hosted repo

📊 Changes

7 files changed (+225 additions, -56 deletions)

View changed files

📝 .github/workflows/release.yml (+80 -42)
📝 .gitignore (+3 -1)
📝 README.md (+18 -7)
📝 docs/index.html (+12 -6)
docs/server-setup.html (+32 -0)
docs/server-setup.md (+47 -0)
scripts/create-repo.sh (+33 -0)

📄 Description

Summary

  • sign and upload package repository using create-repo.sh
  • publish repo via rsync in release workflow
  • document apt/rpm key installation steps
  • provide server setup instructions for hosting the repo

Testing

  • go test ./... (fails: no route to host)

🔄 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/62 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `hn001m-codex/add-arm-support-and-package-publication-to-repository` --- ### 📝 Commits (1) - [`6f5ea8e`](https://github.com/therealpaulgg/ssh-sync/commit/6f5ea8ee847186aa9df567ab8a93b205d9b06ba6) Publish packages to self-hosted repo ### 📊 Changes **7 files changed** (+225 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+80 -42) 📝 `.gitignore` (+3 -1) 📝 `README.md` (+18 -7) 📝 `docs/index.html` (+12 -6) ➕ `docs/server-setup.html` (+32 -0) ➕ `docs/server-setup.md` (+47 -0) ➕ `scripts/create-repo.sh` (+33 -0) </details> ### 📄 Description ## Summary - sign and upload package repository using `create-repo.sh` - publish repo via rsync in release workflow - document apt/rpm key installation steps - provide server setup instructions for hosting the repo ## Testing - `go test ./...` *(fails: no route to host)* --- <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#70
No description provided.