Skip to content

Commit

Permalink
Use fbot (jenkins-ci no longuer exists)
Browse files Browse the repository at this point in the history
Change-Id: I5b99dc6cd809eaad23f5b92a1650bf2775fd0d01
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 30, 2023
1 parent c8bcbab commit a5bc6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jjb/releng/releng-release-create-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ STREAM=${STREAM:-'nostream'}
RELEASE_FILES=$(git diff HEAD^1 --name-only -- "releases/$STREAM")

# Configure the git user/email as we'll be pushing up changes
git config --global user.name "jenkins-ci"
git config --global user.name "fbot"
git config --global user.email "[email protected]"

# Ensure we are able to generate Commit-IDs for new patchsets
Expand Down
2 changes: 1 addition & 1 deletion jjb/releng/releng-release-tagging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for release_file in $RELEASE_FILES; do
# If the tag doesn't exist and we're in a merge job,
# everything has been verified up to this point and we
# are ready to create the tag.
git config --global user.name "jenkins-ci"
git config --global user.name "fbot"
git config --global user.email "[email protected]"
echo "--> Creating $tag tag for $repo at $ref"
git tag -am "$tag" $tag $ref
Expand Down

0 comments on commit a5bc6df

Please sign in to comment.