diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-01-23 23:24:57 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-01-23 23:24:57 -0500 |
commit | 6bc96aaedfc25c3bf3091868c31484e32b2e12cf (patch) | |
tree | 1659cc7b2f4390332de5d72ba2cfc99332ceb874 | |
parent | v4 v3: param, match possible sisu versions, detail (diff) |
v4: sysenv, debug tag, triggered where output type not set
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 2 | ||||
-rw-r--r-- | lib/sisu/v4/sysenv.rb | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index c067cf5d..6814cdcf 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -31,6 +31,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.2.orig.tar.xz * v4: param, match possible sisu version, detail +* v4: sysenv, debug tag, triggered where output type not set + %% 4.0.1.orig.tar.xz (2013-01-01:00/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.1 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.1-1 diff --git a/lib/sisu/v4/sysenv.rb b/lib/sisu/v4/sysenv.rb index f54b3f26..2b36a222 100644 --- a/lib/sisu/v4/sysenv.rb +++ b/lib/sisu/v4/sysenv.rb @@ -1066,6 +1066,9 @@ module SiSU_Env pt.split[-1].to_s elsif output_dir_structure.by_filename? '' + else + puts SiSU_Debug::Mark.new(__LINE__,__FILE__).set(:fuschia) + puts 'set output type, by: language, filetype or filename' end @stub_set_manifest=stub + '/manifest' end |