Skip to content

Commit

Permalink
Merge branch 'dev' into on_success
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 authored Oct 30, 2023
2 parents 99557d7 + 3eaf668 commit 51a0ef0
Show file tree
Hide file tree
Showing 65 changed files with 5,985 additions and 2,665 deletions.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
"cvtps",
"neww",
"STDCORO",
"NOMINMAX"
"NOMINMAX",
"sku",
"skus"
],
"flagWords": [
"hte"
Expand Down
4 changes: 4 additions & 0 deletions buildtools/classes/Packager/Vcpkg.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ function secondBuild(string $portFileContent): bool
chdir('/usr/local/share/vcpkg');
$this->sudo('./vcpkg format-manifest ./ports/dpp/vcpkg.json');
/* Note: We commit this in /usr/local, but we never push it (we can't) */
$this->git('config --global user.email "[email protected]"');
$this->git('config --global user.name "DPP VCPKG Bot"');
$this->git('add .', true);
$this->git('commit -m "[bot] VCPKG info update"', true);
$this->sudo('/usr/local/share/vcpkg/vcpkg x-add-version dpp');
Expand All @@ -261,6 +263,8 @@ function secondBuild(string $portFileContent): bool
system('cp -v -R /usr/local/share/vcpkg/versions/d-/dpp.json ./vcpkg/versions/d-/dpp.json');

echo GREEN . "Commit and push changes to master branch\n" . WHITE;
$this->git('config --global user.email "[email protected]"');
$this->git('config --global user.name "DPP VCPKG Bot"');
$this->git('add .');
$this->git('commit -m "[bot] VCPKG info update [skip ci]"');
$this->git('config pull.rebase false');
Expand Down
2 changes: 1 addition & 1 deletion doxygen-awesome-css
Loading

0 comments on commit 51a0ef0

Please sign in to comment.