Sign Up
Log In
Sign Up
Username:
*
Email:
*
Password:
*
Password confirmation:
*
or
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Web
element
prepare-release.rb
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File prepare-release.rb of Package element
#!/usr/bin/env ruby lines = File.readlines("index.html") modified = false lines.map! do |line| if line.include?('<meta property="og:image"') puts "Modifying line #{line}" line = '<meta property="og:image" content="https://element.smar.fi/opengraph.png" />' modified = true end line end if modified == false echo "WARNING: did not find correct og:image tag..." exit 1 end File.open "index.html", "w" do |file| file.puts lines end
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Contact
Support
@OBShq
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor