website: powered by bintray
This commit is contained in:
parent
bf3e137a5a
commit
9f93ca7d3b
|
@ -18,7 +18,6 @@ if !ENV["PACKER_DISABLE_DOWNLOAD_FETCH"]
|
||||||
|
|
||||||
response.body.split("\n").each do |line|
|
response.body.split("\n").each do |line|
|
||||||
next if line !~ /\/mitchellh\/packer\/(#{Regexp.quote(ENV["PACKER_VERSION"])}.+?)'/
|
next if line !~ /\/mitchellh\/packer\/(#{Regexp.quote(ENV["PACKER_VERSION"])}.+?)'/
|
||||||
p $1.to_s
|
|
||||||
filename = $1.to_s
|
filename = $1.to_s
|
||||||
os = filename.split("_")[1]
|
os = filename.split("_")[1]
|
||||||
next if os == "SHA256SUMS"
|
next if os == "SHA256SUMS"
|
||||||
|
|
|
@ -37,5 +37,13 @@ page_title: "Downloads"
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="span8 offset2 poweredby">
|
||||||
|
<a href='http://www.bintray.com'>
|
||||||
|
<img src='http://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -118,6 +118,17 @@ header .header {
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poweredby {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 122px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.marketting {
|
.marketting {
|
||||||
|
|
Loading…
Reference in New Issue