File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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"
Original file line number Diff line number Diff line change 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.
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
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"
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 88
99kernel :
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
1313start :
1414 bash vm.sh -n node1 -c " runmode=dev farmer_id=$( FARMERID) "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sudo -i
1919./install_deps
2020
2121# run image from a directory
22- ./debug_image.sh -d --image https://hub.threefold.me /omarabdulaziz.3bot/ubuntu-jammy.flist
22+ ./debug_image.sh -d --image https://hub.grid.tf /omarabdulaziz.3bot/ubuntu-jammy.flist
2323```
2424
2525## Image Types
@@ -28,7 +28,7 @@ sudo -i
2828 the creation tutorial [ here] ( ../docs/manual/zmachine/zmachine.md )
2929
3030- Container: Contains only the rootfs.
31- in this case wil use kernel and initramfs from cloud container [ flist] ( https://hub.threefold.me /tf-autobuilder/cloud-container-9dba60e.flist.md )
31+ in this case wil use kernel and initramfs from cloud container [ flist] ( https://hub.grid.tf /tf-autobuilder/cloud-container-9dba60e.flist.md )
3232
3333## Flags
3434
You can’t perform that action at this time.
0 commit comments