public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a1c3b6c87fa3a30e12904b9392ba43e64c9be73c
Date: Tue, 09 Jun 2015 16:22:43 +0200	[thread overview]
Message-ID: <20150609142243.874FA2230B@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2307 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  a1c3b6c87fa3a30e12904b9392ba43e64c9be73c (commit)
      from  be58233aee9b2098cce171d017c35df7c1a0b978 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1c3b6c87fa3a30e12904b9392ba43e64c9be73c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Jun 9 16:21:54 2015 +0200

    web-user-interface: fix missing graphs folder.

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/web-user-interface | 3 ++-
 config/rootfiles/core/91/update.sh         | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface
index 08b87a3..3f22b72 100644
--- a/config/rootfiles/common/web-user-interface
+++ b/config/rootfiles/common/web-user-interface
@@ -92,7 +92,6 @@ srv/web/ipfire/html/blob.gif
 srv/web/ipfire/html/clwarn.cgi
 srv/web/ipfire/html/dial.cgi
 srv/web/ipfire/html/favicon.ico
-#srv/web/ipfire/html/graphs
 #srv/web/ipfire/html/images
 srv/web/ipfire/html/images/IPFire.png
 srv/web/ipfire/html/images/add.gif
@@ -357,3 +356,5 @@ srv/web/ipfire/html/themes/maniac/include/style.css
 var/updatecache
 var/updatecache/download
 var/updatecache/metadata
+srv/web/ipfire/html/accounting
+srv/web/ipfire/html/graphs
diff --git a/config/rootfiles/core/91/update.sh b/config/rootfiles/core/91/update.sh
index dfacbfe..b332ddd 100644
--- a/config/rootfiles/core/91/update.sh
+++ b/config/rootfiles/core/91/update.sh
@@ -34,6 +34,10 @@ done
 # Extract files
 extract_files
 
+# Create some missing graphs folders (core90)
+mkdir -p /srv/web/ipfire/html/{accounting,graphs}
+chmod 777 /srv/web/ipfire/html/{accounting,graphs}
+
 # Update Language cache
 update-lang-cache
 


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2015-06-09 14:22 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 \
    --in-reply-to=20150609142243.874FA2230B@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /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