Projects
home:pandora:RobinOS23
openssl
_service:download_src_package:genpatches
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:download_src_package:genpatches of Package openssl
#!/bin/bash if [ $# -ne 2 ] ; then echo "Usage:" echo " $0 <git-dir> <base-tag>" exit 1 fi git_dir="$1" base_tag="$2" target_dir="$(pwd)" pushd "$git_dir" >/dev/null git format-patch -k -o "$target_dir" "$base_tag" >/dev/null popd >/dev/null echo "# Patches exported from source git" i=1 for p in *.patch ; do printf "# " sed '/^Subject:/{s/^Subject: //;p};d' "$p" printf "Patch%s: %s\n" $i "$p" i=$(($i + 1)) done
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2