Skip to content

Commit

Permalink
Update tmr's url
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Oct 21, 2024
1 parent 8384bfc commit baac517
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: getrelease
uses: pozetroninc/[email protected]
with:
repository: edomora97/task-maker-rust
repository: olimpiadi-informatica/task-maker-rust
excludes: prerelease, draft

- name: Check if the version is new
Expand All @@ -37,7 +37,7 @@ jobs:
body: |
Update task-maker-rust to ${{ steps.getrelease.outputs.release }}.
See https://github.com/edomora97/task-maker-rust/releases/tag/${{ steps.getrelease.outputs.release }}
See https://github.com/olimpiadi-informatica/task-maker-rust/releases/tag/${{ steps.getrelease.outputs.release }}
Merge this PR to build & publish the new version
labels: new-release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# task-maker-rust-ppa

Scripts to check for new [task-maker-rust](https://github.com/edomora97/task-maker-rust) releases, and build and publish the packages to [ppa:dariop1/task-maker-rust](https://launchpad.net/~dariop1/+archive/ubuntu/task-maker-rust)
Scripts to check for new [task-maker-rust](https://github.com/olimpiadi-informatica/task-maker-rust) releases, and build and publish the packages to [ppa:dariop1/task-maker-rust](https://launchpad.net/~dariop1/+archive/ubuntu/task-maker-rust)

# Installation

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Dario Petrillo <[email protected]>
Build-Depends: debhelper-compat (= 11), dh-exec, cargo, libseccomp-dev
Standards-Version: 4.4.1
Homepage: https://github.com/edomora97/task-maker-rust
Homepage: https://github.com/olimpiadi-informatica/task-maker-rust

Package: task-maker-rust
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: task-maker-rust
Source: https://github.com/edomora97/task-maker-rust
Source: https://github.com/olimpiadi-informatica/task-maker-rust

Files: *
Copyright: 2022 Edoardo Morassutto <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cd build
# - the debian/ folder inside the source repo
# - the packaged dependencies

git clone --depth 1 --branch v$TAG https://github.com/edomora97/task-maker-rust
wget https://github.com/edomora97/task-maker-rust/archive/refs/tags/v$TAG.tar.gz -O task-maker-rust_$TAG.orig.tar.gz
git clone --depth 1 --branch v$TAG https://github.com/olimpiadi-informatica/task-maker-rust
wget https://github.com/olimpiadi-informatica/task-maker-rust/archive/refs/tags/v$TAG.tar.gz -O task-maker-rust_$TAG.orig.tar.gz
cd task-maker-rust
cp -r ../../debian .

Expand Down

0 comments on commit baac517

Please sign in to comment.