-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solbuild: Drop fakeroot use, use eopkg.bin
This commit represents a 1.7.0 pre-release build. In my tests, dropping fakeroot is always a bonus. Using eopkg.bin instead of eopkg.py2 can add a slight wall clock overhead. However, this is offset by eopkg.bin being immune to py3 stack upgrade work, which will become increasingly necessary as we work toward removing python2 and eopkg.py2. Note: The present relase still uses eopkg.py2 to build old pspec.xml pkgs. Signed-off-by: Rune Morling <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>solbuild</Name> | ||
<Homepage>https://github.com/getsolus/solbuild</Homepage> | ||
<Packager> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>Apache-2.0</License> | ||
<PartOf>programming.tools</PartOf> | ||
|
@@ -38,7 +38,7 @@ | |
</Description> | ||
<PartOf>programming.tools</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency releaseFrom="54">solbuild</Dependency> | ||
<Dependency releaseFrom="55">solbuild</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/share/solbuild/local-unstable-x86_64.profile</Path> | ||
|
@@ -51,19 +51,19 @@ | |
</Description> | ||
<PartOf>programming.tools</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency releaseFrom="54">solbuild</Dependency> | ||
<Dependency releaseFrom="55">solbuild</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/share/solbuild/99_unstable.conf</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="54"> | ||
<Date>2024-06-16</Date> | ||
<Version>1.6.3</Version> | ||
<Update release="55"> | ||
<Date>2024-09-22</Date> | ||
<Version>1.7.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |