parsav  Diff

Differences From Artifact [53779583db]:

To Artifact [7cb566b503]:


    36     36   		id = u.rndstr(6);
    37     37   		release = u.ingest('release');
    38     38   		when = os.date();
    39     39   	};
    40     40   	feat = {};
    41     41   	backends = defaultlist('parsav_backends', 'pgsql');
    42     42   	braingeniousmode = false;
           43  +	embeds = {
           44  +		{'style.css', 'text/css'};
           45  +	};
    43     46   }
    44     47   if u.ping '.fslckout' or u.ping '_FOSSIL_' then
    45     48   	if u.ping '_FOSSIL_' then default_os = 'windows' end
    46     49   	conf.build.branch = u.exec { 'fossil', 'branch', 'current' }
    47     50   	conf.build.checkout = (u.exec { 'fossil', 'sql',
    48     51   		[[select value from localdb.vvar where name = 'checkout-hash']]
    49     52   	}):gsub("^'(.*)'$", '%1')