Skip to content

Commit

Permalink
generate and upload sourcelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 9, 2025
1 parent feb5b86 commit f8d1459
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions .github/workflows/publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"

- name: Build Package
uses: regolith-linux/actions/build-package@main
uses: regolith-linux/actions/build-package@rebuild-sources
with:
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
Expand All @@ -69,6 +69,17 @@ jobs:
# server-username: "${{ secrets.KAMATERA_USERNAME }}"
server-username: "root"

- name: Upload Files
uses: regolith-linux/actions/upload-files@main
with:
upload-from: "/build/publish/buildlog"
upload-pattern: "SOURCELOG_*.txt"
upload-to-base: "/opt/archives/workspace/"
upload-to-folder: "${{ github.event.repository.name }}"
server-address: "${{ secrets.KAMATERA_HOSTNAME2 }}"
# server-username: "${{ secrets.KAMATERA_USERNAME }}"
server-username: "root"

# - name: Update Manifest
# uses: regolith-linux/actions/update-manifest@main
# with:
Expand All @@ -77,7 +88,6 @@ jobs:
# suite: "unstable"
# component: "main"
# arch: "${{ matrix.arch }}"

# server-address: "${{ secrets.KAMATERA_HOSTNAME2 }}"
# # server-username: "${{ secrets.KAMATERA_USERNAME }}"
# server-username: "root"
Expand All @@ -89,15 +99,26 @@ jobs:
# container: "ghcr.io/regolith-linux/ci-ubuntu:noble-amd64"
# if: ${{ !failure() && !cancelled() }}
# steps:
# - name: Import GPG Key
# uses: regolith-linux/actions/import-gpg@main
# with:
# gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"

# - name: Setup SSH
# uses: regolith-linux/actions/setup-ssh@main
# with:
# ssh-host: "${{ secrets.KAMATERA_HOSTNAME2 }}"
# ssh-key: "${{ secrets.KAMATERA_SSH_KEY }}"

# - name: Rebuild Sources
# uses: regolith-linux/actions/rebuild-sources@main
# # with:
# # pull-from: /opt/archives/workspace/
# # push-to: /opt/archives/packages/
# #
# # server-address: "${{ secrets.KAMATERA_HOSTNAME2 }}"
# # server-user: "${{ secrets.KAMATERA_USERNAME2 }}"
# # only-component: "unstable"
# uses: regolith-linux/actions/rebuild-sources@rebuild-sources
# with:
# package-name: "${{ github.event.repository.name }}"
# only-component: "unstable"
# only-package: "${{ github.event.repository.name }}"
# server-address: "${{ secrets.KAMATERA_HOSTNAME2 }}"
# # server-username: "${{ secrets.KAMATERA_USERNAME }}"
# server-username: "root"

# publish:
# runs-on: ubuntu-24.04
Expand Down

0 comments on commit f8d1459

Please sign in to comment.