Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool-leap-15.4:i586
devel:kubic
kubectl-argo-rollouts
Makefile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile of Package kubectl-argo-rollouts
NAME = argo-rollouts SPEC = kubectl-argo-rollouts.spec default: clean tar clean: rm -rf $(NAME) $(NAME)-*.obscpio $(NAME)-*.tar.gz ui-*.tar.gz vendor.tar.gz tar: osc service manualrun @version=$$( awk '/^Version:/ {print $$2;exit;}' $(SPEC) ) && \ echo "Package version is $$version" && \ basename=$(NAME)-$$version && \ obscpio=$$basename.obscpio && \ ui=ui-$$version.tar && \ wd=$$(pwd) && \ tmpdir=$$(mktemp -d -p /tmp) && \ cd $$tmpdir && \ cpio -idv < $$wd/$$obscpio && \ cd $$basename && \ yarn --cwd ui install && \ tar -cf $$wd/$$ui ui/ && \ echo "Creating web assets tarball" && \ cd $$wd && \ gzip -f $$ui && \ rm -rf $$tmpdir
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