Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
8a14c777
Unverified
Commit
8a14c777
authored
6 months ago
by
Pablo Correa Gomez
Browse files
Options
Downloads
Patches
Plain Diff
cross/crossdirect: rebuild to update references to gitlab.postmarketos.org (MR 5696)
parent
fdaee79c
No related branches found
No related tags found
1 merge request
!5696
*/*: update references to gitlab.postmarketos.org
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cross/crossdirect/APKBUILD
+2
-2
2 additions, 2 deletions
cross/crossdirect/APKBUILD
cross/crossdirect/crossdirect.c
+1
-1
1 addition, 1 deletion
cross/crossdirect/crossdirect.c
with
3 additions
and
3 deletions
cross/crossdirect/APKBUILD
+
2
−
2
View file @
8a14c777
...
...
@@ -20,7 +20,7 @@
pkgname
=
crossdirect
pkgver
=
5.1.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Wrappers to launch native cross compilers in foreign chroots"
url
=
"https://postmarketOS.org"
arch
=
"all"
...
...
@@ -82,7 +82,7 @@ package() {
sha512sums
=
"
0f4b48f250425dc57f63955fc8b38477d23db793bee367c3fbe03c3d2a559ba576434d07518310db4cae9d90d501af4051b80038b10fae94b980e537fc9374ad cargo.sh
500107e5aff8b34e74b54982ebcd447fc41bc8283956d506561b031a055cb30ec12698047c2604918b4b6d8560fe03db427a63dff2b83c907e8494b7f5233f29
crossdirect.c
a1af3d2876dc05bb840e4bfb8b6e1c1dcf5b952375a6644dcb9cf659d82ec8bfc4be5d813064057fe9626104a10907ae7072a9d5fd7ac40f3b87e90dbf535eaf
crossdirect.c
de2aa6929bbff5db9132673e667f4525b333d062cb1f7a0597dd924de9e5c7215a9f8e2e6263b6fb5ace06f2c4b64f4ebfd0ede9b78add07c2cd08ec8613e98f rustc.sh
ea9bf8db3810d03d0a7395057f3d6e57f7127d87c55deaedc171c255288f5f3cc6fbcc680a5a1b92786cf573875d5dc22521173799fe2639acc97d0715ff905b rust-qemu-linker.sh
"
This diff is collapsed.
Click to expand it.
cross/crossdirect/crossdirect.c
+
1
−
1
View file @
8a14c777
...
...
@@ -43,7 +43,7 @@
void
exit_userfriendly
()
{
fprintf
(
stderr
,
"Please report this at: https://gitlab.
com
/postmarketOS/pmaports/issues
\n
"
);
fprintf
(
stderr
,
"Please report this at: https://gitlab.
postmarketos.org
/postmarketOS/pmaports/issues
\n
"
);
fprintf
(
stderr
,
"As a workaround, you can compile without crossdirect.
\n
"
);
fprintf
(
stderr
,
"See 'pmbootstrap -h' for related options.
\n
"
);
exit
(
1
);
...
...
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