Yauhen
Yauhen
@underley , ``` Host "10.6.128.209" Port 2003 Prefix "staging.apache." EscapeCharacter "_" SeparateInstances true #
I fixed off-on mode issue by removing emacs-desktop and starting from scratch. However, warning is still here
I'm using single `init.el` with sorted `use-package` macro. I'm also using packages quickstart feature. It merges all autoloads in one file and compiles them. ``` (use-package selectrum :functions 'selectrum-mode :init...
Confirmed. User unable to login again if `builder-memcached` had been restarted
@jeremymv2 yep. I can confirm - restarting the `builder-api` helps.
There is also better, but harder method: you can issue a 302 redirect to a unique "task-page" which returns: "202" - while processing "5xx" - on error "200" - when...
I'm still in "developing-refactoring", but decided to push a scratch commit with `hab-depot-sync`. It, probably, buggy, but I was able to incremental sync only latest packages. Syncing doesn't require disk...
Work still in progress. Now I have habitat: ```bash sudo hab pkg install -b ya/hab-sdk -c unstable hab-depot-sync --dest-depot https://bldr.on-prem.domain.local --dest-auth-token $auth_token --origin core --latest-version ```
I'm still in "developing-refactoring", but decided to push a scratch commit with `hab-depot-sync`. It, probably, buggy, but I was able to incremental sync only latest packages. Syncing doesn't require disk...
Work still in progress. Now I have habitat: ```bash sudo hab pkg install -b ya/hab-sdk -c unstable hab-depot-sync --dest-depot https://bldr.on-prem.domain.local --dest-auth-token $auth_token --origin core --latest-release ```