Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:Factory:git-workflow
python-orjson
devendor-sdist.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devendor-sdist.sh of Package python-orjson
#!/bin/sh file=$(find . -maxdepth 1 -name 'orjson-*.tar.gz' -print | sort -rn | tail -1) echo "Removing the cargo vendoring from upstream ${file}" dir=${file%.tar.gz} tar -x -z -f $file rm ${dir}/Cargo.lock rm -r ${dir}/include/cargo rm -r ${dir}/.cargo outfile=${dir}-devendored.tar.xz echo "Repackaging to ${outfile}" tar -c -J -f ${outfile} ${dir}
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