| 12 Feb 2025 |
atemu12 | Oh neat Google removed the instructions on how to set up your own mirror | 22:31:03 |
waltmck | so you're saying issue would apply to a github mirror as well? | 22:31:12 |
atemu12 | That's always great to see | 22:31:13 |
atemu12 | It'd be a different kind of issue | 22:31:32 |
atemu12 | Though perhaps it could be worked around in the mirror handling code? | 22:31:55 |
atemu12 | Unless you have a full mirror, waiting for google to like you again and then not doing it quite as hard is your best bet | 22:32:46 |
atemu12 | An exponential backoff retry mechanism would be great but I wouldn't put too much effort into the updaters, given that a replacement is in the works | 22:34:05 |
atemu12 | * | 22:34:20 |
waltmck | Have you been blacklisted by google's servers before? how long did you have to wait? | 22:35:10 |
atemu12 | Yes and only a few hours I think | 22:35:32 |
waltmck | I tried after 8 hours again with 1 thread and it still didn't work | 22:35:46 |
atemu12 | You should be good to try right about now | 22:35:46 |
atemu12 | Hm | 22:35:55 |
waltmck | sure, I'll try again now. It's been about 4-5 hours since my last try | 22:36:01 |
atemu12 | Well as I said, your guess is as good as mine | 22:36:15 |
atemu12 | There's a reason I use the local mirror... | 22:36:34 |
atemu12 | What are you attempting to do btw.? | 22:36:52 |
waltmck | I just want to try to add lynx as a supported platform so I can test this on my phone | 22:37:17 |
atemu12 | You don't need any repo updates then, especially not from Google | 22:37:47 |
atemu12 | Skip the repo update and only do your device | 22:38:04 |
waltmck | how you told me to do it was to add my device to supported_devices and run the update script | 22:38:24 |
waltmck | there's a better way? | 22:38:28 |
atemu12 | Someone added a handy CLI flag for that very recently | 22:38:31 |
atemu12 | Only the device dir updater | 22:38:48 |
atemu12 | You could update repo too but you don't have to | 22:39:12 |
waltmck | so I just run update_device_dirs.py instead of update.sh? | 22:39:31 |
atemu12 | Yes but the -s flag is easier | 22:39:51 |
atemu12 | And the update script sets up some smaller things you probably want such as TMPDIR | 22:40:35 |
waltmck | got it I see the flag, coolio | 22:41:10 |
waltmck | I'll try that | 22:41:13 |