You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/04/08 01:16:20 UTC

[incubator-flagon] branch FLAGON-344 updated: [FLAGON-350] Updated package.json, minor mods to Dockerfile, _config.yml to reflect name change to Flagon

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-344 by this push:
     new cbfaca5  [FLAGON-350] Updated package.json, minor mods to Dockerfile, _config.yml to reflect name change to Flagon
cbfaca5 is described below

commit cbfaca5fa9f02dd39ead1abb501df894102d865a
Author: poorejc <po...@apache.org>
AuthorDate: Sun Apr 7 21:15:58 2019 -0400

    [FLAGON-350] Updated package.json, minor mods to Dockerfile, _config.yml to reflect name change to Flagon
---
 site/Dockerfile   | 2 +-
 site/_config.yml  | 2 +-
 site/package.json | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/Dockerfile b/site/Dockerfile
index d7d3628..d5755e2 100644
--- a/site/Dockerfile
+++ b/site/Dockerfile
@@ -1,5 +1,5 @@
 FROM starefossen/ruby-node
-MAINTAINER Michelle Beard <ms...@apache.org>
+MAINTAINER Joshua Poore <po...@apache.org>
 
 # Cache bundle
 COPY Gemfile* /tmp/
diff --git a/site/_config.yml b/site/_config.yml
index 1c29bc5..793f914 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -16,7 +16,7 @@
 title: Apache Flagon
 description: The homepage for Apache Flagon
 baseurl: "" # the subpath of your site, e.g. /blog
-url: "http://senssoft.incubator.apache.org" # the base hostname & protocol for your site, e.g. http://example.com
+url: "http://flagon.incubator.apache.org" # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: apacheflagon
 github_username:  apache
 
diff --git a/site/package.json b/site/package.json
index 537ca7b..6d59ecf 100644
--- a/site/package.json
+++ b/site/package.json
@@ -1,18 +1,18 @@
 {
-  "name": "apache-senssoft-website",
+  "name": "apache-flagon-website",
   "version": "1.0.1",
-  "description": "Website for Apache SensSoft",
+  "description": "Website for Apache Flagon",
   "main": "",
   "scripts": {
     "test": ""
   },
   "repository": {
     "type": "git",
-    "url": "git://git.apache.org/incubator-senssoft.git"
+    "url": "https://gitbox.apache.org/repos/asf/incubator-flagon.git"
   },
   "keywords": [
     "Apache",
-    "SensSoft"
+    "Flagon"
   ],
   "author": "ASF",
   "license": "Apache-2.0",