Set-up git information for Debian packaging

This commit is contained in:
Maximilian Luz 2020-06-14 19:53:20 +02:00
parent 783e238e6d
commit 960d4e04ba
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 8 additions and 0 deletions

View file

@ -33,6 +33,10 @@ jobs:
run: |
cd pkg/debian/kernel
# setup git
git config --global user.email "surfacebot@users.noreply.github.com"
git config --global user.name "surfacebot"
# get ubuntu mainline source
# see https://kernel.ubuntu.com/~kernel-ppa/mainline
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --depth 1 linux

View file

@ -33,6 +33,10 @@ jobs:
run: |
cd pkg/debian/kernel-lts
# setup git
git config --global user.email "surfacebot@users.noreply.github.com"
git config --global user.name "surfacebot"
# get ubuntu mainline source
# see https://kernel.ubuntu.com/~kernel-ppa/mainline
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --depth 1 linux