Skip to content

Commit d1e0865

Browse files
authored
Merge pull request #162 from argotorg/update-org
Update org name
2 parents 9702a00 + 7e291b9 commit d1e0865

File tree

5 files changed

+14
-27
lines changed

5 files changed

+14
-27
lines changed

.github/workflows/nightly-emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
TARGET_BRANCH: gh-pages
1010
COMMITTER_NAME: emscripten nightly action
11-
COMMITTER_EMAIL: builds@ethereum.org
11+
COMMITTER_EMAIL: builds@argot.org
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313

1414
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
3232
- uses: actions/checkout@v4
3333
with:
34-
repository: 'ethereum/solidity'
34+
repository: 'argotorg/solidity'
3535
ref: 'develop'
3636
path: 'solidity/'
3737
submodules: 'recursive'
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
with:
100-
repository: 'ethereum/solidity'
100+
repository: 'argotorg/solidity'
101101
submodules: 'recursive'
102102

103103
- name: Download soljson.js artifact

.github/workflows/random-macosx-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
MIN_SUPPORTED_SOLIDITY_VERSION: 0.3.6
1010
TARGET_BRANCH: macosx-static-binaries
1111
COMMITTER_NAME: macosx build action
12-
COMMITTER_EMAIL: builds@ethereum.org
12+
COMMITTER_EMAIL: builds@argot.org
1313

1414
jobs:
1515
select-solc-version:
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Select version to build
2626
run: |
27-
github_tag_response=$(curl "https://api.github.com/repos/ethereum/solidity/git/refs/tags/")
27+
github_tag_response=$(curl "https://api.github.com/repos/argotorg/solidity/git/refs/tags/")
2828
github_macosx_files_response=$(curl "https://api.github.com/repos/${GITHUB_REPOSITORY}/contents/macosx-amd64?ref=${TARGET_BRANCH}")
2929
3030
available_tags=$(
@@ -65,7 +65,7 @@ jobs:
6565
- name: Check out Solidity source
6666
uses: actions/checkout@v4
6767
with:
68-
repository: 'ethereum/solidity'
68+
repository: 'argotorg/solidity'
6969
ref: v${{ env.SOLIDITY_VERSION }}
7070
path: solidity/
7171
fetch-depth: 0
@@ -155,7 +155,7 @@ jobs:
155155
156156
evmone_version="0.1.0"
157157
evmone_package="evmone-0.1.0-darwin-x86_64"
158-
curl -O -L "https://github.com/ethereum/evmone/releases/download/v${evmone_version}/${evmone_package}.tar.gz"
158+
curl -O -L "https://github.com/ipsilon/evmone/releases/download/v${evmone_version}/${evmone_package}.tar.gz"
159159
tar xzpf "${evmone_package}.tar.gz" -C /usr/local
160160
rm "${evmone_package}.tar.gz"
161161
else
@@ -228,7 +228,7 @@ jobs:
228228
fi
229229
230230
# Pre-0.5.0 versions were using wrong boost test header, resulting in the 'duplicate symbol' linker error in static builds.
231-
# See https://github.com/ethereum/solidity/pull/4572
231+
# See https://github.com/argotorg/solidity/pull/4572
232232
if semver --range '< 0.5.0' "$SOLIDITY_VERSION"; then
233233
sed -i.bak 's|^[[:blank:]]*#include <boost/test/included/unit_test\.hpp>[[:blank:]]*$|#include <boost/test/unit_test.hpp>|g' test/boostTest.cpp
234234
fi

.github/workflows/t-bytecode-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: actions/checkout@v4
7373
with:
74-
repository: 'ethereum/solidity'
74+
repository: 'argotorg/solidity'
7575
path: 'solidity/'
7676
# bytecode_reports_for_modified_binaries.sh requires access to a working copy with full history
7777
fetch-depth: 0
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v4
113113
with:
114-
repository: 'ethereum/solidity'
114+
repository: 'argotorg/solidity'
115115
path: 'solidity/'
116116
submodules: 'recursive'
117117

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
# solc-bin
22

3-
This repository contains current and historical builds of the [Solidity Compiler](https://github.com/ethereum/solidity/).
3+
This repository contains current and historical builds of the [Solidity Compiler](https://github.com/argotorg/solidity/).
44

55
Please refer to the section on [Static Binaries](https://docs.soliditylang.org/en/latest/installing-solidity.html#static-binaries)
66
in the official documentation for information about the structure of this repository, its content and recommended usage.
77

8-
## Deprecation notice for the `ethereum.github.io` domain
9-
108
**The content of this repository is mirrored at https://binaries.soliditylang.org. This is the recommended way to fetch compiler binaries over HTTPS.**
11-
12-
The binaries are also available at https://ethereum.github.io/solc-bin/ but this page
13-
stopped being updated just after the release of version 0.7.2, will not receive any new releases
14-
or nightly builds for any platform and does not serve the new directory structure, including
15-
non-emscripten builds.
16-
17-
If you are using it, please switch to https://binaries.soliditylang.org, which is a drop-in
18-
replacement. This allows us to make changes to the underlying hosting in a transparent way and
19-
minimize disruption. Unlike the `ethereum.github.io` domain, which we do not have any control
20-
over, `binaries.soliditylang.org` is guaranteed to work and maintain the same URL structure
21-
in the long-term.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/ethereum/solc-bin.git"
22+
"url": "git+https://github.com/argotorg/solc-bin.git"
2323
},
2424
"keywords": [
2525
"ethereum",
@@ -28,7 +28,7 @@
2828
"author": "",
2929
"license": "GPL-3.0",
3030
"bugs": {
31-
"url": "https://github.com/ethereum/solc-bin/issues"
31+
"url": "https://github.com/argotorg/solc-bin/issues"
3232
},
33-
"homepage": "https://github.com/ethereum/solc-bin#readme"
33+
"homepage": "https://github.com/argotorg/solc-bin#readme"
3434
}

0 commit comments

Comments
 (0)