Skip to content

Commit

Permalink
feat: include tetsudou (mirrorlist) support for terra-release (#993)
Browse files Browse the repository at this point in the history
* feat: include tetsudou (mirrorlist) support for terra-release

close #963

Signed-off-by: madomado <[email protected]>

* Update terra.repo

Signed-off-by: madomado <[email protected]>

* update urls

Signed-off-by: madomado <[email protected]>

* bump release

---------

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Mar 25, 2024
1 parent f945635 commit 0585543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anda/terra/release/terra-release.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: terra-release
Version: 40
Release: 1
Release: 2
Summary: Release package for Terra

License: MIT
Expand Down
6 changes: 3 additions & 3 deletions anda/terra/release/terra.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[terra]
name=Terra $releasever
baseurl=https://repos.fyralabs.com/terra$releasever
metalink=https://tetsudou.fyralabs.com/metalink?repo=terra$releasever&arch=$basearch
metadata_expire=6h
type=rpm
skip_if_unavailable=True
Expand All @@ -12,12 +12,12 @@ enabled_metadata=1

[terra-source]
name=Terra $releasever - Source
baseurl=https://repos.fyralabs.com/terra$releasever-source
metalink=https://tetsudou.fyralabs.com/metalink?repo=terra$releasever-source&arch=$basearch
metadata_expire=6h
type=rpm
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://repos.fyralabs.com/terra$releasever-source/key.asc
repo_gpgcheck=1
enabled=0
enabled_metadata=0
enabled_metadata=0

0 comments on commit 0585543

Please sign in to comment.