Skip to content

Instantly share code, notes, and snippets.

@vathpela
Created September 23, 2019 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vathpela/c45ec2b37a4595639bd4924d007291dd to your computer and use it in GitHub Desktop.
Save vathpela/c45ec2b37a4595639bd4924d007291dd to your computer and use it in GitHub Desktop.
%setup -n efivar-38 -q
/usr/bin/git init -q
/usr/bin/git config user.name "rpm-build"
/usr/bin/git config user.email "<rpm-build>"
/usr/bin/git add .
/usr/bin/git commit -q --allow-empty -a\
--author "rpm-build <rpm-build>" -m "efivar-38 base"
/usr/bin/git branch rpmbuild \
/usr/bin/git checkout rpmbuild \
/usr/bin/git branch --set-upstream-to=master
/usr/bin/git am --ignore-whitespace --whitespace=nowarn --committer-date-is-author-date -q </dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment