public inbox for [email protected]
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: Irvan Malik <[email protected]>
Cc: GNU/Weeb Mailing List <[email protected]>,
	Bayu Satiyo <[email protected]>,
	Ammar Faizi <[email protected]>
Subject: [GIT PULL] Fix nginx integration
Date: Thu, 23 Sep 2021 18:49:01 +0700	[thread overview]
Message-ID: <[email protected]> (raw)

Hi Irvan (@irvanmalik48),

After the pull request from Bayu Satiyo is merged
(https://github.com/GNUWeeb/www.gnuweeb.org/pull/17), the live
production site is down because he removed the public and logs
directory.

This pull request contains fixes and extra clean up for that. Detailed
changes are written in commit messages and diffstat.

Please review and pull.

Fixes: https://github.com/GNUWeeb/www.gnuweeb.org/pull/17
Cc: Bayu Satiyo <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
----------------------------------------------------------------
The following changes since commit f0b84bebef98b328105d67c8d57cbe0a464f9fd3:

  Merge branch 'kiraio' of https://github.com/kiraio-moe/www.gnuweeb.org (2021-09-23 16:30:29 +0700)

are available in the Git repository at:

  https://github.com/ammarfaizi2/www.gnuweeb.org tags/fix-nginx-integration-from-ammar

for you to fetch changes up to 2af685e6c29d5f34c053a1d0c91c45d213b17ba5:

  _config.yml: Remove bad description (2021-09-23 18:05:41 +0700)

----------------------------------------------------------------
Pull request from Ammar Faizi <[email protected]>

Fix nginx integration and clean up.

This fixes broken pull request from Bayu Satiyo at:
https://github.com/GNUWeeb/www.gnuweeb.org/pull/17

After the pull request from Bayu Satiyo is merged, the live production
site is down because he removed the public and logs directory.

These commits contain fixes for that and small extra clean up.

----------------------------------------------------------------
Ammar Faizi (8):
      Add logs directory
      .gitignore: Add `*.lock`
      bin: Make the scripts executable
      .gitignore: Add `.tmp` and `/*.patch`
      bin/build: Fix broken production build script
      _config.yml: Fix build destination
      _config.yml: Remove `baseurl` value
      _config.yml: Remove bad description

 .gitignore                                             |   5 ++
 Gemfile.lock                                           |  87 -------------------------------
 _config.yml                                            |   8 +--
 bin/build                                              |   8 +--
 bin/check                                              |   0
 bin/clean                                              |   0
 bin/serve                                              |   0
 bin/setup                                              |   0
 bin/update                                             |   0
 logs/.gitignore                                        |   2 +
 public/assets/css/bootstrap/bootstrap.min.css          |   7 +++
 public/assets/css/bootstrap/bootstrap.min.css.map      |   1 +
 public/assets/css/default/gnuweeb.css                  | 102 ++++++++++++++++++++++++++++++++++++
 public/assets/img/favicon.png                          | Bin 0 -> 6903 bytes
 public/assets/js/bootstrap/bootstrap.bundle.min.js     |   7 +++
 public/assets/js/bootstrap/bootstrap.bundle.min.js.map |   1 +
 public/feed.xml                                        |   2 +
 public/index.html                                      | 364 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 public/robots.txt                                      |   1 +
 public/sitemap.xml                                     |   6 +++
 20 files changed, 506 insertions(+), 95 deletions(-)
 delete mode 100644 Gemfile.lock
 mode change 100644 => 100755 bin/build
 mode change 100644 => 100755 bin/check
 mode change 100644 => 100755 bin/clean
 mode change 100644 => 100755 bin/serve
 mode change 100644 => 100755 bin/setup
 mode change 100644 => 100755 bin/update
 create mode 100644 logs/.gitignore
 create mode 100644 public/assets/css/bootstrap/bootstrap.min.css
 create mode 100644 public/assets/css/bootstrap/bootstrap.min.css.map
 create mode 100644 public/assets/css/default/gnuweeb.css
 create mode 100644 public/assets/img/favicon.png
 create mode 100644 public/assets/js/bootstrap/bootstrap.bundle.min.js
 create mode 100644 public/assets/js/bootstrap/bootstrap.bundle.min.js.map
 create mode 100644 public/feed.xml
 create mode 100644 public/index.html
 create mode 100644 public/robots.txt
 create mode 100644 public/sitemap.xml
-- 
GWML mailing list
[email protected]
https://gwml.gnuweeb.org/listinfo/gwml

                 reply	other threads:[~2021-09-23 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox