Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Sep 15, 2024
1 parent 1789338 commit 44f1f8f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- To add this repo to your Arch distribution, open `/etc/pacman.conf` and add this at the end :

```
[StratOS-repo]
[stratos]
SigLevel = Optional TrustAll
Server = https://StratOS-Linux.github.io/repo/x86_64
```
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ initialize_and_push() {
sudo git config --global user.email 'github-actions[bot]@users.noreply.github.com'
sudo git add .
sudo git commit -am "Update packages"
sudo git pull
# sudo git pull
sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/$URL/repo" --force
}

Expand All @@ -164,4 +164,4 @@ if [ ! -d "/workspace" ] && [ "$GITHUB_TOKEN" = "" ]; then
fi

# Execute main function
main
main
2 changes: 1 addition & 1 deletion initialize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
repo-add -R x86_64/StratOS-repo.db.tar.gz x86_64/*.pkg.tar.zst
repo-add -R x86_64/stratos.db.tar.gz x86_64/*.pkg.tar.zst
# Check cassava/repoctl README for tips
# rm -rf x86_64/StratOS-repo**
# repoctl conf new x86_64/StratOS-repo.db.tar.zst
Expand Down
Binary file removed x86_64/stratos.db.tar.gz.old
Binary file not shown.
Binary file removed x86_64/stratos.files.tar.gz.old
Binary file not shown.

0 comments on commit 44f1f8f

Please sign in to comment.