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
9f4b1327
Unverified
Commit
9f4b1327
authored
5 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
main/pmbootstrap: remove (upstreamed) (
!918
)
Related:
https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2793
parent
83a0a953
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196565
passed
5 years ago
Stage: first
Stage: second
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
main/pmbootstrap/APKBUILD
+0
-33
0 additions, 33 deletions
main/pmbootstrap/APKBUILD
main/pmbootstrap/modules-load.conf
+0
-2
0 additions, 2 deletions
main/pmbootstrap/modules-load.conf
main/pmbootstrap/pmbootstrap.post-install
+0
-6
0 additions, 6 deletions
main/pmbootstrap/pmbootstrap.post-install
with
0 additions
and
41 deletions
main/pmbootstrap/APKBUILD
deleted
100644 → 0
+
0
−
33
View file @
83a0a953
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname
=
pmbootstrap
pkgver
=
1.14.0
pkgrel
=
0
pkgdesc
=
"Sophisticated chroot/build/flash tool to develop and install postmarketOS"
url
=
"https://gitlab.com/postmarketOS/pmbootstrap"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
depends
=
"python3 coreutils procps openssl"
makedepends
=
"python3"
checkdepends
=
"pytest"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://gitlab.com/postmarketos/pmbootstrap/-/archive/
$pkgver
/pmbootstrap-
$pkgver
.tar.gz
modules-load.conf"
install
=
"
$pkgname
.post-install"
options
=
"!check"
# Doesn't like making chroot directories
build
()
{
python3 setup.py build
}
check
()
{
python3 setup.py
test
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
mkdir
-p
"
$pkgdir
"
/etc/modules-load.d
install
-m644
"
$srcdir
"
/modules-load.conf
"
$pkgdir
"
/etc/modules-load.d/pmbootstrap.conf
}
sha512sums
=
"2531539a37c5c37c1731b3ffb51140e35585489aca5b946b0949a67b0d74620b96a16c8943a69a59e302a537d222424778157ec6f0282d7f7474361f3c20446b pmbootstrap-1.14.0.tar.gz
f8026ab32234b885e69252459047f70160c54319113bc449000aa7c05bd016f00a46cee05c8f5251682f967ab44a12c06fbbb3c02d0a57ccb836cff810ce1a40 modules-load.conf"
This diff is collapsed.
Click to expand it.
main/pmbootstrap/modules-load.conf
deleted
100644 → 0
+
0
−
2
View file @
83a0a953
binfmt_misc
loop
This diff is collapsed.
Click to expand it.
main/pmbootstrap/pmbootstrap.post-install
deleted
100644 → 0
+
0
−
6
View file @
83a0a953
#!/bin/sh
modprobe binfmt_misc
modprobe loop
exit
0
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