pkgbuild-introspection | SRCINFO files and PKGBUILD data extraction | Genomics library
kandi X-RAY | pkgbuild-introspection Summary
kandi X-RAY | pkgbuild-introspection Summary
Tools for generating .SRCINFO files and PKGBUILD data extraction
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pkgbuild-introspection
pkgbuild-introspection Key Features
pkgbuild-introspection Examples and Code Snippets
Community Discussions
Trending Discussions on pkgbuild-introspection
QUESTION
I need to use gitlab-ci with docker in order to automatically build and test archlinux packages on every commit.
My .gitlab-ci.yml
:
ANSWER
Answered 2017-Apr-27 at 11:18AFAIK, there is no way to run makepkg
as root. If you run as root, makepkg
can put files anywhere on your system rather than just in $pkgdir
where that package is made from. This is stopped by using fakeroot
, which is disabled when run as root
.
A fake root is simply a subdirectory within the build directory that functions and behaves as the system's root directory. In conjunction with the fakeroot program, makepkg creates a fake root directory, and installs the compiled binaries and associated files into it, with root as owner.
I suggest you to extend the pritunl/archlinux
image and add a simple user, just for makepkg
operations.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pkgbuild-introspection
You can use pkgbuild-introspection like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page