Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Oct 12, 2024
0 parents commit e0599f0
Show file tree
Hide file tree
Showing 85 changed files with 47 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/check-build-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# vim: softtabstop=2 shiftwidth=2 tabstop=2 expandtab
# vim: textwidth=80 colorcolumn=+1
---
name: Check Build Push

on:
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-24.04
# container:
# image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08
# options: --privileged

steps:
- uses: actions/checkout@v4
with:
repository: 'wehagy/org.wezfurlong.wezterm'
path: 'manifests'

- name: check
id: check
run: |
SHA256_NEW="$(curl -sSL https://api.github.com/repos/wez/wezterm/commits/main \
| jq --raw-output '.commit.tree.sha')"
if ! grep "$SHA256_NEW" org.wezfurlong.wezterm.yml; then
SHA256_OLD="$(sed -n '/commit/{n;p;}' org.wezfurlong.wezterm.yml)"
sed "s/${SHA256_OLD}/${SHA256_NEW}" org.wezfurlong.wezterm.yml
fi
echo "hello"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# repo-flatpak
Empty file added repo/.lock
Empty file.
4 changes: 4 additions & 0 deletions repo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[core]
repo_version=1
mode=archive-z2
indexed-deltas=true
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions repo/refs/heads/app/org.wezfurlong.wezterm/x86_64/master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5c9ee042b0f5ee69760882bdec67d534d299fb8fc823a1c42f61ba292ee7438a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2ea5c8e1f4efc489635df05391dd628a990e68bdba22ce865cb2ef3f4b492405
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added repo/summary
Binary file not shown.
Binary file added repo/summary.idx
Binary file not shown.
8 changes: 8 additions & 0 deletions wehagy-repo.flatpakrepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Flatpak Repo]
Title=wehagy
Url=https://wehagy.github.io/repo-flatpak/repo/
Homepage=https://wehagy.github.io/
Comment=Wehagy flatpak repository
Description=Wehagy flatpak repository
#Icon=https://wehagy.github.io/repo-flatpak/logo.svg
#GPGKey=mQINBFlD2sABEADsiUZUO...

0 comments on commit e0599f0

Please sign in to comment.