-
Notifications
You must be signed in to change notification settings - Fork 5
Building DEB packages with podman & pbuilder #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
06df6f3
Working scaffold for Pgpm::Deb::Builder where every method is a build…
0a1c5f2
Pgpm::Deb::Builder #prepare and #create_container methods
676ac4d
Generating debian files used when building a deb package with pbuilder
11cc4de
Pgpm::Deb::Buider#cleanup stops & removes podman container, removes t…
0b2dd51
Pgpm::Deb::Builder build with pbuilder, then move .deb file to the host
62748ff
Pgpb::Deb:Builder pull image unless it exists
aa0d915
Refactor: replace most hardcoded values for Pgpm::Deb::Spec with valu…
97d5506
Refactor: make build run all podman commands in one go, then exit
e26594f
Fix: hardocoded podman image name instead of using Pgpm::Deb::Builder…
29b258b
Choosing arch suffix for debian packages (it's not the same as in RPM!)
1f8b9b2
WIP: Timescaledb package with #build_info_for() for Debian and RedHat
3165c10
Add Package#licence which attempts to read LICENCE file in pkg root a…
70cb28a
Fix: email address domain name for debian packages
7dec4dc
Refactor: use Pgpm::Arch.in_scope to determine architecture
998546d
Rename Pgpm::Package::PGXN#license into #license_text, restore old #l…
4ac7c0f
Specify default & custom dependencies in packages
97581e7
Fix: dpkg-buildpackage --build=source step in Pgpm::Deb::Builder shou…
3b02c92
Proper changelog template for pbuilder packaging
0a84b1d
Assign .os and .postgres_major_version to @package in Pgpm::RPM::Spec…
d39f047
Refactor: simpler way to extract postgres major version
164cc59
Add Dockerfile to build Debian images
3122b37
Run build commands in podman through `podman exec` so later failed co…
a1ca046
Patch pbuilder for before running it: prevent cleanup
0b62193
Fix: use Pgpm::OS.in_scope to determine OS name at the package level
0e9ce56
Remove 'require "debug"'
f2339f8
Refactor: use @spec.sources to download and extract sources when buil…
71bcfdd
Rename & package versioned files into a DEB package, assign proper pa…
cb58e0a
Create second .deb package (default) which depends on the versioned p…
8de62ed
Refactor: prepare_artifacts in deb/
6b56207
Merge branch 'master' into deb
7b2aee8
Restore accidentally deleted pgpm.spec
775da7c
Use configure_steps, make_steps & install_steps instead of build_info…
4bd0cbf
Remove build-essential from the list of default build dependencies
a99f00b
Accept a larger diversity of filenames for License
2a4a708
Oops: spelling of "ubuntu"
de2e49d
Merge branch 'master' into deb
e14be75
Use Package#native? as condition to add "build-essential" to build_de…
8d0c175
Refactor: use completely customized debian rules file -- without call…
8eb2766
Fix: better way to handle custom configure, build and install steps i…
6fb0482
Fix: timescaledb #build_steps method with custom steps for debian
a9ac637
Fix: deb package names should not include _, replace them with -
7f4217c
Fix: os-specific dependency names for pgsodium package
d0a7907
Oops: remove `require "debug"`
79e1172
Fix: remove default dependencies for rocky/redheat packages + update …
3073f73
Fixing rubocop issues
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.