Skip to content

Commit

Permalink
Update name and links sailfishos-chumsailfishos-chum-repo-config (
Browse files Browse the repository at this point in the history
…#5)

* Update links for `sailfishos-chum-repo-config`

* Adapt to altered name

* Beautify, as before

* Partially revert commit 89bd693 …
  … as suggested by @rinigus in #5 (comment)
  • Loading branch information
Olf0 authored Mar 27, 2023
1 parent e69c755 commit acb727c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>SailfishOS:Chum installation</h2>
References: <a href="https://github.com/sailfishos-chum/sailfishos-chum-gui">Source code repository</a> and <a href="https://build.sailfishos.org/package/show/sailfishos:chum/sailfishos-chum-gui">OBS build entry</a>
</li>
<li><b>sailfishos-chum</b> for a helper RPM, which solely provides an appropriate local repository configuration for utilising the SailfishOS:Chum community repository with command line tools as pkcon or zypper.<br />
References: <a href="https://github.com/sailfishos-chum/main/blob/main/rpm/chum.spec">Source code</a> and <a href="https://build.sailfishos.org/package/show/sailfishos:chum/sailfishos-chum">OBS build entry</a>
References: <a href="https://github.com/sailfishos-chum/sailfishos-chum-repo-config/blob/main/rpm/sailfishos-chum-repo-config.spec">Source code</a> and <a href="https://build.sailfishos.org/package/show/sailfishos:chum/sailfishos-chum-repo-config">OBS build entry</a>
</li>
<li>Note that the SailfishOS:Chum GUI application provides the same local repository configuration, while also providing a GUI app, which can be used in addition to pkcon or zypper. Furthermore it offers easy switching between the regular SailfishOS:Chum repository and the SailfishOS:Chum testing repository.<br />
Hence you might rather install the sailfishos-chum-gui RPM instead of the sailfishos-chum RPM.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ impl Handler {
}
};
match name.text() {
Some(n) if n == "sailfishos-chum" => chum = get_url(),
Some(n) if n == "sailfishos-chum-gui" => gui = get_url(),
Some(n) if n == "sailfishos-chum-repo-config" => chum = get_url(),
Some(n) if n == "sailfishos-chum-gui" => gui = get_url(),
_ => ()
}
}
Expand Down

0 comments on commit acb727c

Please sign in to comment.