[Git][reproducible-builds/reproducible-website][master] Revert commits accidentally (?) committed to master branch.

Chris Lamb gitlab at salsa.debian.org
Thu May 16 17:33:30 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
d703c1e1 by Chris Lamb at 2019-05-16T17:33:21Z
Revert commits accidentally (?) committed to master branch.

This reverts commits 2264a15140d021e4d892591a562b86e84ab6b266 etc.

- - - - -


7 changed files:

- .gitignore
- + .jekyll-metadata
- − 404.md
- − CNAME
- − Gemfile
- _config.yml
- − robots.txt


Changes:

=====================================
.gitignore
=====================================
@@ -1,12 +1,5 @@
 *.sw[p-z]
 *~
-
-# Ignore folders generated by Bundler
-vendor/
-.bundle/
-
-# Ignore folders generated by Jekyll
-.sass-cache/
-_site/
-.jekyll-metadata
-Gemfile.lock
+#*
+.sass-cache
+/_site


=====================================
.jekyll-metadata
=====================================
Binary files /dev/null and b/.jekyll-metadata differ


=====================================
404.md deleted
=====================================
@@ -1,14 +0,0 @@
----
-layout: default
-title: 404 Not Found
-permalink: /404.html
----
-
-Sorry!
-======
-
-The page or resource you're looking for is not found at this address. Please check the spelling of
-the URL in your address bar.
-
-If this looks like a mistake on our part, please
-[report the problem](mailto:rb-general at lists.reproducible-builds.org) so we can fix it. Thanks!


=====================================
CNAME deleted
=====================================
@@ -1 +0,0 @@
-www.reproducible-builds.org


=====================================
Gemfile deleted
=====================================
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-source "https://rubygems.org"
-
-# gem "rails"
-
-gem "jekyll", "~> 3.8"
-gem 'jekyll-sitemap'
-gem 'jekyll-redirect-from'


=====================================
_config.yml
=====================================
@@ -1,3 +1,6 @@
+markdown: kramdown
+highlighter: pygments
+permalink: /news/:year/:month/:day/:title/
 
 # Site settings
 title: reproducible-builds.org
@@ -7,15 +10,6 @@ description: |
 baseurl: ""
 url: https://reproducible-builds.org
 
-
-# Build settings
-markdown: kramdown
-highlighter: pygments
-permalink: /news/:year/:month/:day/:title/
-plugins:
-  - jekyll-redirect-from
-  - jekyll-sitemap
-
 sass:
   sass_dir: /assets/styles
 
@@ -30,14 +24,8 @@ collections:
     output: true
 
 exclude:
-  - README
-  - .git
-  - .gitignore
-  - bin/
-  - test
-  - Gemfile
-  - Gemfile.lock
-  - vendor/bundle/
-  - vendor/cache/
-  - vendor/gems/
-  - vendor/ruby/
+- README
+- .git
+- .gitignore
+- bin/
+- test


=====================================
robots.txt deleted
=====================================
@@ -1 +0,0 @@
-Sitemap: https://reproducible-builds.org/sitemap.xml



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/d703c1e1e638e79fa9a4c17573bb55504ac360fd

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/d703c1e1e638e79fa9a4c17573bb55504ac360fd
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190516/a3b3d73c/attachment.html>


More information about the rb-commits mailing list