Skip to content

Commit d2f5a33

Browse files
committed
remove changes from deleted fix-zos-urls branch
1 parent f8badca commit d2f5a33

12 files changed

Lines changed: 6 additions & 34 deletions

File tree

.github/workflows/bin-package-18.04.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
with:
4949
token: ${{ secrets.token }}
5050
action: publish
51-
baseurl: "https://hub.threefold.me"
52-
backend: "hub.threefold.me:9980"
5351
user: tf-autobuilder
5452
root: bins/releases/${{ inputs.package }}
5553
name: ${{ steps.package.outputs.name }}.flist
@@ -59,8 +57,6 @@ jobs:
5957
with:
6058
token: ${{ secrets.token }}
6159
action: tag
62-
baseurl: "https://hub.threefold.me"
63-
backend: "hub.threefold.me:9980"
6460
user: tf-autobuilder
6561
name: ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
6662
target: tf-autobuilder/${{ steps.package.outputs.name }}.flist

.github/workflows/bin-package-no-tag.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
with:
3838
token: ${{ secrets.token }}
3939
action: publish
40-
baseurl: "https://hub.threefold.me"
41-
backend: "hub.threefold.me:9980"
4240
user: tf-autobuilder
4341
root: bins/releases/${{ inputs.package }}
4442
name: ${{ steps.package.outputs.name }}.flist

.github/workflows/bin-package.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,21 @@ jobs:
5454
run: |
5555
cd bins
5656
./bins-extra.sh --package ${{ inputs.package }}
57-
5857
- name: Publish flist (tf-autobuilder, ${{ steps.package.outputs.name }})
5958
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy' || startsWith(github.ref, 'refs/tags/v'))
6059
uses: threefoldtech/publish-flist@master
6160
with:
6261
token: ${{ secrets.token }}
6362
action: publish
64-
baseurl: "https://hub.threefold.me"
65-
backend: "hub.threefold.me:9980"
6663
user: tf-autobuilder
6764
root: bins/releases/${{ inputs.package }}
6865
name: ${{ steps.package.outputs.name }}.flist
69-
7066
- name: Tagging
7167
uses: threefoldtech/publish-flist@master
7268
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy'|| startsWith(github.ref, 'refs/tags/v'))
7369
with:
7470
token: ${{ secrets.token }}
7571
action: tag
76-
baseurl: "https://hub.threefold.me"
77-
backend: "hub.threefold.me:9980"
7872
user: tf-autobuilder
7973
name: ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
8074
target: tf-autobuilder/${{ steps.package.outputs.name }}.flist

.github/workflows/grid-deploy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
with:
2727
token: ${{ secrets.HUB_JWT }}
2828
action: crosslink
29-
baseurl: "https://hub.threefold.me"
30-
backend: "hub.threefold.me:9980"
3129
user: tf-zos
3230
name: zos:${{ github.event.inputs.grid }}-3:latest.flist
3331
target: tf-autobuilder/zos:${{ github.event.inputs.version }}.flist

.github/workflows/publish-bootstrap.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
root: archive
4141
token: ${{ secrets.HUB_JWT }}
4242
name: ${{ steps.setname.outputs.build }}
43-
baseurl: "https://hub.threefold.me"
44-
backend: "hub.threefold.me:9980"
4543
- name: Symlink flist (development)
4644
if: success()
4745
uses: threefoldtech/publish-flist@master
@@ -51,8 +49,6 @@ jobs:
5149
token: ${{ secrets.HUB_JWT }}
5250
name: ${{ steps.setname.outputs.build }}
5351
target: bootstrap:development.flist
54-
baseurl: "https://hub.threefold.me"
55-
backend: "hub.threefold.me:9980"
5652
- name: Symlink flist (release)
5753
if: success() && github.ref == 'refs/heads/main'
5854
uses: threefoldtech/publish-flist@master
@@ -62,5 +58,3 @@ jobs:
6258
token: ${{ secrets.HUB_JWT }}
6359
name: ${{ steps.setname.outputs.build }}
6460
target: bootstrap:latest.flist
65-
baseurl: "https://hub.threefold.me"
66-
backend: "hub.threefold.me:9980"

.github/workflows/publish.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
user: tf-autobuilder
6565
root: archive
6666
name: zos:${{ steps.version.outputs.version }}.flist
67-
baseurl: "https://hub.threefold.me"
68-
backend: "hub.threefold.me:9980"
6967

7068
# we tag only if and only if we merged to main
7169
# in that case the tag will be the short sha.
@@ -80,8 +78,6 @@ jobs:
8078
user: tf-autobuilder
8179
name: ${{ steps.tag.outputs.reference }}/zos.flist
8280
target: tf-autobuilder/zos:${{ steps.version.outputs.version }}.flist
83-
baseurl: "https://hub.threefold.me"
84-
backend: "hub.threefold.me:9980"
8581

8682
# only for main branch (devnet)
8783
# this basically releases this build to devnet
@@ -94,5 +90,3 @@ jobs:
9490
user: tf-zos
9591
name: development
9692
target: tf-autobuilder/${{ steps.tag.outputs.reference }}
97-
baseurl: "https://hub.threefold.me"
98-
backend: "hub.threefold.me:9980"

bootstrap/bootstrap/src/zfs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ impl Zfs {
2020

2121
let mut child = Command::new("g8ufs")
2222
.arg("--ro")
23-
.arg("--storage-url")
24-
.arg("redis://hub.threefold.me:9900")
2523
.arg("--cache")
2624
.arg(backend.as_ref())
2725
.arg("--meta")

cmds/internet/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func check() error {
9595

9696
// we only care about possibility of establishing a connection
9797
// so just establishing a connection then close it is good enough
98-
for _, address := range []string{"bootstrap.threefold.me:http", "hub.threefold.me:http"} {
98+
for _, address := range []string{"bootstrap.grid.tf:http", "hub.grid.tf:http"} {
9999
log.Info().Str("trying out address", address).Msg("testing internet connection.")
100100
con, err := net.Dial("tcp", address)
101101
if err != nil {

cmds/modules/api_gateway/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func action(cli *cli.Context) error {
9797
}
9898
}()
9999

100-
// no need to restart zos-api here as it only tries to get farm and twin, donesn't mentain any open connections
101100
api, err := zosapi.NewZosAPI(manager, redis, msgBrokerCon)
102101
if err != nil {
103102
return fmt.Errorf("failed to create zos api: %w", err)
@@ -112,6 +111,7 @@ func action(cli *cli.Context) error {
112111
bo := backoff.NewExponentialBackOff()
113112
bo.MaxElapsedTime = 0
114113

114+
// this peer is used to allow the node to restart the peer without the need to cancel the module context
115115
peerCtx, cancel := context.WithCancel(ctx)
116116
defer cancel()
117117

qemu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zinit:
88

99
kernel:
1010
@echo "Download 0-OS kernel"
11-
wget https://bootstrap.threefold.me/kernel/net/dev.efi
11+
wget https://bootstrap.grid.tf/kernel/net/dev.efi
1212

1313
start:
1414
bash vm.sh -n node1 -c "runmode=dev farmer_id=$(FARMERID)"

0 commit comments

Comments
 (0)