Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
6891a51a
Commit
6891a51a
authored
10 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Bump 0.7.2.1
parent
ba86ed42
No related branches found
Branches containing commit
Tags
0.7.2.1
Tags containing commit
No related merge requests found
Pipeline
#41110
passed
10 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build_toolchain.sh
+10
-12
10 additions, 12 deletions
build_toolchain.sh
doc/66-upgrade.md
+10
-0
10 additions, 0 deletions
doc/66-upgrade.md
package/info
+1
-1
1 addition, 1 deletion
package/info
with
21 additions
and
13 deletions
build_toolchain.sh
+
10
−
12
View file @
6891a51a
...
...
@@ -26,8 +26,8 @@ build_skalibs() {
check_tag
"
${
skalibs_tag
}
"
./configure
\
--prefix
=
/usr
\
--
with-default-path
=
/usr/bin
\
--enable-s
hared
--
enable-shared
\
--enable-s
tatic
make
install
||
return
1
cd
..
...
...
@@ -41,11 +41,9 @@ build_execline() {
check_tag
"
${
execline_tag
}
"
./configure
\
--prefix
=
/usr
\
--libexecdir
=
/usr/libexec
\
--bindir
=
/usr/bin
\
--sbindir
=
/usr/bin
\
--shebangdir
=
/usr/bin
\
--enable-shared
--enable-shared
\
--enable-static
\
--disable-allstatic
make
install
||
return
1
cd
..
...
...
@@ -59,9 +57,10 @@ build_s6() {
check_tag
"
${
s6_tag
}
"
./configure
\
--prefix
=
/usr
\
--bindir
=
/usr/bin
\
--sbindir
=
/usr/bin
\
--enable-shared
--libexecdir
=
/usr/libexec
\
--enable-shared
\
--enable-static
\
--disable-allstatic
make
install
||
return
1
cd
..
...
...
@@ -77,8 +76,7 @@ build_oblibs() {
./configure
\
--prefix
=
/usr
\
--with-lib
=
/usr/lib/skalibs
\
--with-lib
=
/usr/lib/execline
\
--enable-static
\
--enable-shared
make
install
||
return
1
...
...
This diff is collapsed.
Click to expand it.
doc/66-upgrade.md
+
10
−
0
View file @
6891a51a
...
...
@@ -11,6 +11,16 @@ author: Eric Vidal <eric@obarun.org>
---
# In 0.7.2.1
-
Bugs fix:
- Respect the VERBOSITY during the whole boot process.
- Fix importation of the kernel command line environment variables.
- Fix order of precedence for the build of the environment variable used during the whole boot process.
---
# In 0.7.2.0
-
Adapt to `oblibs` 0.3.0.1`
...
...
This diff is collapsed.
Click to expand it.
package/info
+
1
−
1
View file @
6891a51a
package=66
version=0.7.2.
0
version=0.7.2.
1
package_macro_name=SS
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment