Skip to content

Commit

Permalink
[ci rebuild sources] temp: rebuild all sources
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Nov 13, 2024
1 parent 3c927ab commit 6f14094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebuild-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
set -e
set -x
ssh-keyscan -H ${{ secrets.KAMATERA_HOSTNAME2 }} >> ~/.ssh/known_hosts
ssh-keyscan -H 207.126.167.82 >> ~/.ssh/known_hosts
mkdir -p "${{ steps.init.outputs.PKG_BUILD_DIR }}"
rsync \
-rlptDvzh \
--include="*.orig.tar.gz" \
--include="*.debian.tar.xz" \
--exclude="*/*/*_*/" \
--exclude="*/*/*/*" \
root@${{ secrets.KAMATERA_HOSTNAME2 }}:/opt/archives/repos-merged/ "${{ steps.init.outputs.PKG_BUILD_DIR }}"
root@207.126.167.82:/opt/archives/repos-merged/ "${{ steps.init.outputs.PKG_BUILD_DIR }}"
- name: Build
run: |
Expand All @@ -60,4 +60,4 @@ jobs:
set -e
set -x
for i in 1 2 3 4 5; do echo "Attempt $i" && rsync -avzh ${{ steps.init.outputs.PKG_BUILD_DIR }}/ root@${{ secrets.KAMATERA_HOSTNAME2 }}:/opt/archives/repos-merged/ && break || sleep 5; done
for i in 1 2 3 4 5; do echo "Attempt $i" && rsync -avzh ${{ steps.init.outputs.PKG_BUILD_DIR }}/ root@207.126.167.82:/opt/archives/repos-merged/ && break || sleep 5; done

0 comments on commit 6f14094

Please sign in to comment.