You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/02/14 08:07:15 UTC

[myfaces-tobago] branch master updated: renaming rebuild-theme.log to rebuild-theme.txt, to avoid conflicts with the .gitignore

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new a9cc073  renaming rebuild-theme.log to rebuild-theme.txt, to avoid conflicts with the .gitignore
a9cc073 is described below

commit a9cc073bbcee3a13d516cd4b96f083c16714ef70
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Tue Feb 13 15:18:40 2018 +0100

    renaming rebuild-theme.log to rebuild-theme.txt, to avoid conflicts with the .gitignore
---
 tobago-theme/rebuild-theme.sh                                         | 4 ++--
 .../{rebuild-theme.log => rebuild-theme.txt}                          | 0
 .../tobago-theme-roxborough/{rebuild-theme.log => rebuild-theme.txt}  | 0
 .../tobago-theme-scarborough/{rebuild-theme.log => rebuild-theme.txt} | 0
 .../tobago-theme-speyside/{rebuild-theme.log => rebuild-theme.txt}    | 0
 .../tobago-theme-standard/{rebuild-theme.log => rebuild-theme.txt}    | 0
 6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-theme/rebuild-theme.sh b/tobago-theme/rebuild-theme.sh
index 3592433..702866a 100755
--- a/tobago-theme/rebuild-theme.sh
+++ b/tobago-theme/rebuild-theme.sh
@@ -38,10 +38,10 @@ function rebuild_theme() {
   mvn -Prebuild-theme -f ${DIR}/pom.xml --batch-mode | tee -a ${DIR}/target/temp.log
 
   # removing system dependent directories from the log file
-  cat ${DIR}/target/temp.log | sed s/${CURRENT_REGEX}/__CURRENT__/g | sed s/${REPO_REGEX}/__REPO__/g | sed s/${HOME_REGEX}/__HOME__/g >${DIR}/rebuild-theme.log
+  cat ${DIR}/target/temp.log | sed s/${CURRENT_REGEX}/__CURRENT__/g | sed s/${REPO_REGEX}/__REPO__/g | sed s/${HOME_REGEX}/__HOME__/g >${DIR}/rebuild-theme.txt
 }
 
-# The rebuild-theme.log files are created, to protocol changes in the build.
+# The rebuild-theme.txt files are created, to protocol changes in the build.
 # Is seems, that bootstrap.min.js output change, without changing anything, so we assume
 # the build process is not time invariant.
 # This can later be removed.
diff --git a/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log b/tobago-theme/tobago-theme-charlotteville/rebuild-theme.txt
similarity index 100%
rename from tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
rename to tobago-theme/tobago-theme-charlotteville/rebuild-theme.txt
diff --git a/tobago-theme/tobago-theme-roxborough/rebuild-theme.log b/tobago-theme/tobago-theme-roxborough/rebuild-theme.txt
similarity index 100%
rename from tobago-theme/tobago-theme-roxborough/rebuild-theme.log
rename to tobago-theme/tobago-theme-roxborough/rebuild-theme.txt
diff --git a/tobago-theme/tobago-theme-scarborough/rebuild-theme.log b/tobago-theme/tobago-theme-scarborough/rebuild-theme.txt
similarity index 100%
rename from tobago-theme/tobago-theme-scarborough/rebuild-theme.log
rename to tobago-theme/tobago-theme-scarborough/rebuild-theme.txt
diff --git a/tobago-theme/tobago-theme-speyside/rebuild-theme.log b/tobago-theme/tobago-theme-speyside/rebuild-theme.txt
similarity index 100%
rename from tobago-theme/tobago-theme-speyside/rebuild-theme.log
rename to tobago-theme/tobago-theme-speyside/rebuild-theme.txt
diff --git a/tobago-theme/tobago-theme-standard/rebuild-theme.log b/tobago-theme/tobago-theme-standard/rebuild-theme.txt
similarity index 100%
rename from tobago-theme/tobago-theme-standard/rebuild-theme.log
rename to tobago-theme/tobago-theme-standard/rebuild-theme.txt

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.