Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
su_debuild
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
Container Registry
Model registry
Operate
Environments
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
puppetpublic
su_debuild
Commits
388713bf
Commit
388713bf
authored
5 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
add README.md
parent
b2075137
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-0
31 additions, 0 deletions
README.md
with
31 additions
and
0 deletions
README.md
0 → 100644
+
31
−
0
View file @
388713bf
# The su_debuild Puppet module
## Overview
The
`su_debuild`
Puppet classes will set up a complete Debian build
systems on your Debian server. This includes chroots to allow for the use
of
`pbuilder`
and gbp buildpackage
`.
## Installing the necessary packages
If all you need are the packages and not the chroot environments, you do this:
include su_debian
Note that this will allow you to run most of the Debian packaging commands
including `
dpkg-buildpackage
` but not any of the commands that require a
chroot.
## Installing chroot environments
To install chroot environments use the `
su_debuild::chroots
` class. For
example, the following will setup the necessary packages and install
chroot environments for Debian `
sid
`, `
stretch
`, `
jessie
`, and Ubuntu
`
bionic
`
include su_debuild
class { 'su_debuild::chroots':
chroots => [ 'sid', 'stretch', 'jessie', 'bionic']
}
The above also installs a daily cron job to update the chroots.
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