forked from os-autoinst/openQA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace references of
openqabot
with new bot user os-autoinst-bot
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ else | |
sudo zypper -n install hub | ||
export PULL_REQUEST_USER=${CIRCLE_PROJECT_USERNAME:-os-autoinst} | ||
export PUBLISH=1 | ||
bash -xe tools/generate-documentation https://[email protected]/openqabot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)" | ||
bash -xe tools/generate-documentation https://[email protected]/os-autoinst-bot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ git diff --quiet tools/ci/ci-packages.txt || ( | |
# these might have changed by tidy in tools/ci/build_dependencies.sh | ||
git add cpanfile dbicdh dependencies.yaml tools/* script/* lib/* t/* | ||
git commit -m "Dependency cron $depid" | ||
git push -q -f https://[email protected]/openqabot/openQA.git dependency_"$depid" | ||
hub pull-request -m "Dependency cron $depid" --base "$CIRCLE_PROJECT_USERNAME":"$CIRCLE_BRANCH" --head "openqabot:dependency_$depid" | ||
git push -q -f https://[email protected]/os-autoinst-bot/openQA.git dependency_"$depid" | ||
hub pull-request -m "Dependency cron $depid" --base "$CIRCLE_PROJECT_USERNAME":"$CIRCLE_BRANCH" --head "os-autoinst-bot:dependency_$depid" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
# Example usages: | ||
# PUBLISH=1 tools/generate-documentation https://github.com/andrii-suse/openQA.git gh-pages | ||
# PUBLISH=1 GITHUB_TOKEN=xxxx271e PULL_REQUEST_USER=andrii-suse tools/generate-documentation https://[email protected]/openqabot/openQA.git gh-pages-$(date +%y%m%d%H%M%S) | ||
# PUBLISH=1 GITHUB_TOKEN=xxxx271e PULL_REQUEST_USER=andrii-suse tools/generate-documentation https://[email protected]/os-autoinst-bot/openQA.git gh-pages-$(date +%y%m%d%H%M%S) | ||
|
||
# The script accepts input arguments: | ||
# $1 - target repo (which repository is used for documentation commit), | ||
|