Skip to content

Commit

Permalink
Change a few links to getsol.us
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Feb 28, 2022
1 parent ccff2c2 commit 0e98ab8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
solbuild
--------

[![Report](https://goreportcard.com/badge/github.com/solus-project/solbuild)](https://goreportcard.com/report/github.com/solus-project/solbuild) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Report](https://goreportcard.com/badge/github.com/getsolus/solbuild)](https://goreportcard.com/report/github.com/getsolus/solbuild) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

`solbuild` is a `chroot` based package build system, used to safely and efficiently build Solus packages from source, in a highly controlled and isolated environment. This tool succeeds the `evobuild` tool, originally in Evolve OS, which is now known as Solus. The very core concept of the layered builder has always remained the same, this is the next .. evolution.. of the tool.

![tty](https://raw.githubusercontent.com/solus-project/solbuild/master/.github/building.gif)
![tty](https://raw.githubusercontent.com/getsolus/solbuild/master/.github/building.gif)

`solbuild` makes use of `OverlayFS` to provide a simple caching system, whereby a base image (provided by the Solus project) is used as the bottom-most, read-only layer, and changes are made in temporary upper layers. Currently the project provides two base images for the default profiles shipped with `solbuild`:

Expand Down
4 changes: 2 additions & 2 deletions man/solbuild.1
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ Copyright \(co 2016\-2018 Ikey Doherty, License: CC\-BY\-SA\-3\.0
.SH "SEE ALSO"
\fBsolbuild\.conf(5)\fR, \fBsolbuild\.profile(5)\fR
.P
https://github\.com/solus\-project/solbuild
https://github\.com/getsolus/solbuild
.P
https://github\.com/solus\-project/ypkg
https://github\.com/getsolus/ypkg
.SH "NOTES"
Creative Commons Attribution\-ShareAlike 3\.0 Unported
.IP "\[ci]" 4
Expand Down
4 changes: 2 additions & 2 deletions man/solbuild.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/solbuild.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ On success, 0 is returned. A non-zero return code signals a failure.

`solbuild.conf(5)`, `solbuild.profile(5)`

https://github.com/solus-project/solbuild
https://github.com/getsolus/solbuild

https://github.com/solus-project/ypkg
https://github.com/getsolus/ypkg


## NOTES
Expand Down

0 comments on commit 0e98ab8

Please sign in to comment.