docs: update steps for releasing bootstrap-js#1232
docs: update steps for releasing bootstrap-js#1232andrewwylde wants to merge 1 commit intomasterfrom
Conversation
7d8ab0e to
d600bc3
Compare
| @@ -1,4 +1,6 @@ | |||
| result* | |||
| agent_js | |||
There was a problem hiding this comment.
So I was thinking it might make more sense to provide -o to the build command so we get a directory for both agent-js and bootstrap-js. Either that, or I think we'd have to do another nix-build after the agent-js was done being published, right?
| Pushing the branch second is an optimization. | ||
| Hydra will spur into action when `stable` advances, so if the branch is already tagged, it won't require a second fetch. | ||
|
|
||
| ==== Publish Javascript bootstrap |
There was a problem hiding this comment.
@hansl definitely want to make sure this makes sense, but wasn't sure how to explain... Should I say "you need to have SSH access to the remote" or will we just have one of those with access do this release part?
| . Copy all built files to remote server | ||
| [source, nix-shell] | ||
| ---- | ||
| rsync -avhP ./dist/ <username>@zh1-ngx01.dfinity.network:/var/www/html |
There was a problem hiding this comment.
This is not publishing bootstrap. It's only for the bootstrap staging environment. We probably want some publishing step for ic0.app proper.
|
Considering the step described is wrong, I'll close this PR and make an issue on the backlog to update the document for publishing bootstrap. |
## Changelog for advisory-db: Branch: main Commits: [rustsec/advisory-db@e78650df...eb8c788b](rustsec/advisory-db@e78650d...eb8c788) * [`6b7b129a`](rustsec/advisory-db@6b7b129) add hyper advisory ([RustSec/advisory-db#1232](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1232)) * [`eb8c788b`](rustsec/advisory-db@eb8c788) Assigned RUSTSEC-2022-0022 to hyper ([RustSec/advisory-db#1235](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1235))
## Changelog for advisory-db: Branch: main Commits: [rustsec/advisory-db@e78650df...eb8c788b](rustsec/advisory-db@e78650d...eb8c788) * [`6b7b129a`](rustsec/advisory-db@6b7b129) add hyper advisory ([RustSec/advisory-db#1232](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1232)) * [`eb8c788b`](rustsec/advisory-db@eb8c788) Assigned RUSTSEC-2022-0022 to hyper ([RustSec/advisory-db#1235](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1235))
No description provided.