Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
alloy
Makefile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile of Package alloy
NAME = alloy SPEC = alloy.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 && \ cd internal/web/ui/ && \ yarn --network-timeout=1200000 && \ yarn run build && \ cd .. && \ echo "Creating web assets tarball" && \ tar -cf $$wd/$$ui ui/ && \ 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