Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

docs: HEAD points to 1.0.5 instead of Master #7247

Closed
topherfangio opened this issue Feb 23, 2016 · 3 comments
Closed

docs: HEAD points to 1.0.5 instead of Master #7247

topherfangio opened this issue Feb 23, 2016 · 3 comments
Labels
P0: critical Critical issues that must be addressed immediately. type: docs
Milestone

Comments

@topherfangio
Copy link
Contributor

Currently, the HEAD docs site is loading the 1.0.5 version of our JS/CSS files instead of master. It appears to be related to the following output from our Travis build:

48.52s$ ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT
-- Building release...
[17:07:14] Using gulpfile ~/build/angular/material/gulpfile.js
[17:07:14] Starting 'build-scss'...
[17:07:14] Building css files...
[17:07:14] Starting 'build-js'...
[17:07:14] building js files...
[17:07:19] Finished 'build-scss' after 4.92 s
[17:07:19] Finished 'build-js' after 4.88 s
[17:07:19] Starting 'build'...
[17:07:19] Finished 'build' after 17 μs
[17:07:20] Using gulpfile ~/build/angular/material/gulpfile.js
[17:07:20] Starting 'build-all-modules'...
[17:07:20] Building material.core ...
[17:07:20] Building material.core ...
...
... // Output removed to make it shorter
...
[17:07:59] Finished 'build-all-modules' after 18 s
-- Cloning bower-material...
Cloning into 'bower-material'...
remote: Counting objects: 919, done.
remote: Compressing objects: 100% (426/426), done.
remote: Total 919 (delta 548), reused 676 (delta 468), pack-reused 0
Receiving objects: 100% (919/919), 1.02 MiB | 0 bytes/s, done.
Resolving deltas: 100% (548/548), done.
Checking connectivity... done.
-- Copying in build files...
-- Committing and tagging...
[master 61ffe35] release: version 1.0.5-master-1d8fc16
 456 files changed, 873 insertions(+), 682 deletions(-)
 rewrite angular-material.min.css (89%)
 rewrite modules/closure/button/button.min.css (68%)
 rewrite modules/closure/card/card.min.css (69%)
 rewrite modules/closure/tabs/tabs.min.css (85%)
 rewrite modules/closure/toast/toast.min.css (93%)
 rewrite modules/js/button/button.min.css (68%)
 rewrite modules/js/card/card.min.css (69%)
 rewrite modules/js/tabs/tabs.min.css (85%)
 rewrite modules/js/toast/toast.min.css (93%)
-- Pushing to bower-material...
remote: Invalid username or password.
fatal: Authentication failed for 'https://angular:@github.com/angular/bower-material/'
Done. Your build exited with 0.

Of note is the second to last line:

fatal: Authentication failed for 'https://angular:@github.com/angular/bower-material/'

@ThomasBurleson Can you take a look at why we might have the wrong credentials for bower-material? Or is this something Jeremy/Rob will need to do?

@topherfangio topherfangio added type: docs P0: critical Critical issues that must be addressed immediately. labels Feb 23, 2016
@topherfangio topherfangio added this to the 1.0.6 milestone Feb 23, 2016
@zargold
Copy link

zargold commented Feb 23, 2016

me@MBP[1935]$ bower i --save bower-material
bower ENOTFOUND Package bower-material not found
me@MBP[1935]$ bower i --save bower-material --update
bower ENOTFOUND Package bower-material not found

@devversion
Copy link
Member

@ThomasBurleson There're still credential errors on the CI for the latest build.

screen shot 2016-02-23 at 22 26 43

@ThomasBurleson
Copy link
Contributor

Fixed with SHA 30b370d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P0: critical Critical issues that must be addressed immediately. type: docs
Projects
None yet
Development

No branches or pull requests

4 participants