Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:favogt:branches:devel:BCI:SLE-15-SP3
minimal
config.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config.sh of Package minimal
#!/bin/bash # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: (c) 2022-2023 SUSE LLC set -euo pipefail test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile echo "Configure image: [$kiwi_iname]..." #============================================ # Import repositories' keys if rpm is present #-------------------------------------------- if command -v rpm > /dev/null; then suseImportBuildKey fi #======================================= # Clean up after zypper if it is present #--------------------------------------- if command -v zypper > /dev/null; then zypper -n clean fi rm -rf /var/log/zypp exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor