Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
*~
.build.server
.build.opensuse-server
.build.ad-server
.build.opensuse-ad-server
.build.client
.build.opensuse-client
.build.toolbox
.build.opensuse-toolbox
.build.nightly.server
.build.nightly.ad-server
.build.*
.common
.bin
19 changes: 19 additions & 0 deletions examples/custom-server.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Example config file for passing to hack/build-image `-C` option.
# Use this as a template to create customized images using work
# in progress branches of sambacc or custom builds of samba/ceph/etc
# packages.

[image]
custom_repos =
http://my.rpmserver.example.org/foo/bar/samba/config.repo
http://my.rpmserver.exampel.org/foo/bar/ceph/config.repo
package_selection = forcedevbuilds
ceph_from_custom = 1
extra_arguments = --cache-ttl=1h

[sambacc]
#base_image = sambacc:ci
sambacc_repo = https://github.com/samba-in-kubernetes/sambacc
sambacc_ver = my-branch
distname = latest

Loading