Skip to content

Fixup book CI - #205

Merged
bors[bot] merged 1 commit into
masterfrom
jamesmunns-patch-1
Aug 27, 2019
Merged

Fixup book CI#205
bors[bot] merged 1 commit into
masterfrom
jamesmunns-patch-1

Conversation

@jamesmunns

@jamesmunnsjamesmunns commented Aug 27, 2019

Copy link
Copy Markdown
Member

mdbook now has binary releases: https://github.com/rust-lang-nursery/mdBook/releases

Edit:

closes#59

@rust-highfive

Copy link
Copy Markdown

r? @adamgreig

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-resources labels Aug 27, 2019
Comment threadci/install.sh
https://github.com/rust-lang-nursery/mdbook \
| cut -d/ -f3 \
| grep -E '^v[0.1.0-9.]+$' \
| grep -E '^v[0-9\.]+$' \

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this regex didn't work as I assume it was meant to.

If we'd like to constrain to a major version, we should replace this with:

grep -E '^v0.3.[0-9]+$'

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this implicitly takes us from 0.2.x to 0.3.x. We may want to see if this has negative implications. @steveklabnik this may need to introduce a third version to the upstream book version hack.

@adamgreigadamgreig left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully going to 0.3 will be OK, and at least the regex is sane now. I guess let's see how it goes.

bors r+

borsBot added a commit that referenced this pull request Aug 27, 2019
205: Fixup book CI r=adamgreig a=jamesmunns
mdbook now has binary releases: https://github.com/rust-lang-nursery/mdBook/releases
Edit:
closes#59
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
@bors

borsBot commented Aug 27, 2019

Copy link
Copy Markdown
Contributor

Build succeeded

@bors
borsBot merged commit 7395ddb into masterAug 27, 2019
@bors
borsBot deleted the jamesmunns-patch-1 branch August 27, 2019 13:40
bors added a commit to rust-lang/rust that referenced this pull request Sep 4, 2019
Update cargo, books
## cargo
8 commits in 22f7dd0495cd72ce2082d318d5a9b4dccb9c5b8c..fe0e5a48b75da2b405c8ce1ba2674e174ae11d5d
2019-08-27 16:10:51 +0000 to 2019-09-04 00:51:27 +0000
- Rename `--all` to `--workspace` (rust-lang/cargo#7241)
- Basic standard library support. (rust-lang/cargo#7216)
- Allow using 'config.toml' instead of just 'config' files. (rust-lang/cargo#7295)
- Retry on SSL Connect Error. (rust-lang/cargo#7318)
- minimal-copy `deserialize` for `InternedString` (rust-lang/cargo#7310)
- Fix typo in cargo vendor examples (rust-lang/cargo#7320)
- Fixes around multiple `[patch]` per crate (rust-lang/cargo#7303)
- Improve error messages on mkdir failure (rust-lang/cargo#7306)
## reference
7 commits in d191a0c..090c015
2019-08-15 08:42:23 +0200 to 2019-09-03 13:59:28 -0700
- Fixrust-lang/reference#664: Review Oxford comma usage. (rust-lang/reference#668)
- Fix some links. (rust-lang/reference#667)
- Remove trait object warning. (rust-lang/reference#666)
- Specify pattern types in `let` statements and `for` expressions (rust-lang/reference#663)
- Fix loop expression link. (rust-lang/reference#662)
- async-await initial reference material (rust-lang/reference#635)
- Correct errors in the reference of extern functions definitions and declarations (rust-lang/reference#652)
## rust-by-example
1 commits in 580839d90aacd537f0293697096fa8355bc4e673..e76be6b2dc84c6a992e186157efe29d625e29b94
2019-08-17 23:17:50 -0300 to 2019-09-03 07:42:26 -0300
- Change link to russian translation repository (rust-lang/rust-by-example#1245)
## embedded-book
1 commits in 432ca26686c11d396eed6a59499f93ce1bf2433c..5ca585c4a7552efb546e7681c3de0712f4ae4fdc
2019-08-09 23:20:22 +0000 to 2019-08-27 13:39:14 +0000
- Fixup book CI (rust-embedded/book#205)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.T-resources

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reminder: Back out hardcoded mdbook v0.2.1 version

3 participants

@jamesmunns@rust-highfive@adamgreig