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 "theslinux-home".

The branch, core has been updated
       via  90ef497f0b73248689bc585c5586524002261e8a (commit)
      from  abb656322cbfdf233ab29814fdc4d4ce3951b2f6 (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 90ef497f0b73248689bc585c5586524002261e8a
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Sat Jan 24 23:39:13 2015 +0700

    core.rss: use 2014 news page if file does not exist

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

Summary of changes:
 content/rss.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/rss.rb b/content/rss.rb
index 55bdb7f..1074f93 100755
--- a/content/rss.rb
+++ b/content/rss.rb
@@ -23,7 +23,7 @@ $repo = Git.open("./")
 #
 # NOTE: this change requires the `post-receive` githook to be updated
 $object = "./content/news/#{$this_year}.html"
-$object = File.file?($object) ? $object : "./content/news/index.html"
+$object = File.file?($object) ? $object : "./content/news/2014.html"
 
 rss = RSS::Maker.make("2.0") do |maker|
   first_object = $repo.log(1).object($object).first


hooks/post-receive
-- 
theslinux-home

--
To unsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  unsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to