GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [PATCH website v1 0/2] nginx integration
@ 2022-10-19 23:59 Ammar Faizi
  2022-10-19 23:59 ` [PATCH website v1 2/2] Create logs directory for nginx log Ammar Faizi
  2022-10-20  0:03 ` [PATCH website v1 0/2] nginx integration Ammar Faizi
  0 siblings, 2 replies; 3+ messages in thread
From: Ammar Faizi @ 2022-10-19 23:59 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Ammar Faizi, Irvan Malik, Memet Zx

Hi,

This is the starting point of the web server integration (nginx).
There are two patches in this series.

# Patch 1: Lock file update after "npm install".

After invoking "npm install" command, these two lock files are changed.
Sycn them with this commit.

# Patch 2: Create logs directory for nginx log.

Create "logs" directory inside the project directory, ignore all files
inside this directory except the ".gitignore" file. We will use this
directory to save access.log and error.log from the nginx web server.

Signed-off-by: Ammar Faizi <[email protected]>
---

Ammar Faizi (2):
  Lock file update after "npm install"
  Create logs directory for nginx log

 logs/.gitignore   |     2 +
 package-lock.json | 13357 ++++++++++++++++++++++++++++++++++++++++++++
 yarn.lock         |  8446 ++++++++++++++--------------
 3 files changed, 17568 insertions(+), 4237 deletions(-)
 create mode 100644 logs/.gitignore
 create mode 100644 package-lock.json

-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH website v1 2/2] Create logs directory for nginx log
  2022-10-19 23:59 [PATCH website v1 0/2] nginx integration Ammar Faizi
@ 2022-10-19 23:59 ` Ammar Faizi
  2022-10-20  0:03 ` [PATCH website v1 0/2] nginx integration Ammar Faizi
  1 sibling, 0 replies; 3+ messages in thread
From: Ammar Faizi @ 2022-10-19 23:59 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Ammar Faizi, Irvan Malik, Memet Zx

Create "logs" directory inside the project directory, ignore all files
inside this directory except the ".gitignore" file. We will use this
directory to save access.log and error.log from the nginx web server.

Signed-off-by: Ammar Faizi <[email protected]>
---
 logs/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 logs/.gitignore

diff --git a/logs/.gitignore b/logs/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
-- 
Ammar Faizi


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH website v1 0/2] nginx integration
  2022-10-19 23:59 [PATCH website v1 0/2] nginx integration Ammar Faizi
  2022-10-19 23:59 ` [PATCH website v1 2/2] Create logs directory for nginx log Ammar Faizi
@ 2022-10-20  0:03 ` Ammar Faizi
  1 sibling, 0 replies; 3+ messages in thread
From: Ammar Faizi @ 2022-10-20  0:03 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Irvan Malik, Memet Zx

On 10/20/22 6:59 AM, Ammar Faizi wrote:
> # Patch 1: Lock file update after "npm install".

Apparently, the patch #1 doesn't fit in the lore. NodeJS lock file
is the one of the biggest object in the world!

Diff stat:

  package-lock.json | 13357 ++++++++++++++++++++++++++++++++++++++++++++
  yarn.lock         |  8446 ++++++++++++++--------------
  2 files changed, 17566 insertions(+), 4237 deletions(-)
  create mode 100644 package-lock.json

I really want to kill these lock files and add them to the .gitignore,
but Irvan wouldn't be happy with that. So I keep them here.

-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-20  0:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 23:59 [PATCH website v1 0/2] nginx integration Ammar Faizi
2022-10-19 23:59 ` [PATCH website v1 2/2] Create logs directory for nginx log Ammar Faizi
2022-10-20  0:03 ` [PATCH website v1 0/2] nginx integration Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox