From a35a675fa7ceedc0eebbd0e6a97541e145ccf208 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 13 Oct 2007 12:10:08 +0100 Subject: start version marking interim releases --- conf/sisu/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 0ed73acd..9679b31b 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@ --- -:version: 0.61.0 +:version: 0.61.1-pre :date_stamp: 2007w41/5 :date: "2007-10-12" :project: SiSU -- cgit v1.2.3 From 69e8c05210e249e679b259cb843a5e708273e9be Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 14 Oct 2007 21:29:55 +0100 Subject: shared markup source output moved to own common src directory --- conf/sisu/version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 9679b31b..26c9a07e 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@ --- -:version: 0.61.1-pre -:date_stamp: 2007w41/5 -:date: "2007-10-12" +:version: 0.62.0-pre +:date_stamp: 2007w41/0 +:date: "2007-10-14" :project: SiSU -- cgit v1.2.3 From 7c6478d290c854f26d4b954bb5ed47871ceefd62 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 15 Oct 2007 02:09:59 +0100 Subject: composite master renaming, and; multiple remote puts (rsync|scp) * composite master files: eliminate ._sst, replace with .ssm.sst * multiple remote hosts ("distributed" rsyncing), yml config files remote now uses array with all recent changes (directory shunting) much testing is yet to be done, state is unstable some things are known not to work this instant, e.g. sisu -V --- conf/sisu/sisurc.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index 611548b6..c135f270 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -70,9 +70,14 @@ default: #language: 'English' #% settings used by ssh scp #remote: -# user: '[usrname]' -# host: '[remote.hostname]' -# path: '.' #no trailing slash eg 'sisu/www' +# - +# user: '[usrname]' +# host: '[remote.hostname]' +# path: '.' #no trailing slash eg 'sisu/www' +# - +# user: '[usrname]' +# host: '[remote.hostname]' +# path: '.' #no trailing slash eg 'sisu/www' #% webrick information #webrick: # port: '8081' -- cgit v1.2.3