parsav  Diff

Differences From Artifact [7cb566b503]:

To Artifact [dc89401662]:


    29     29   		os.getenv('NIX_STORE') and 'nixos',
    30     30   	''));
    31     31   	tgttrip   = default('parsav_arch_triple'); -- target triple, used in xcomp
    32     32   	tgtcpu    = default('parsav_arch_cpu'); -- target cpu, used in xcomp
    33     33   	tgthf     = u.tobool(default('parsav_arch_armhf',true)); 
           34  +	outform   = default('parsav_emit_type', 'o');
    34     35   	endian    = default('parsav_arch_endian', 'little');
    35     36   	build     = {
    36     37   		id = u.rndstr(6);
    37     38   		release = u.ingest('release');
    38     39   		when = os.date();
................................................................................
    40     41   	feat = {};
    41     42   	backends = defaultlist('parsav_backends', 'pgsql');
    42     43   	braingeniousmode = false;
    43     44   	embeds = {
    44     45   		{'style.css', 'text/css'};
           46  +		{'default-avatar.webp', 'image/webp'};
           47  +		{'padlock.webp', 'image/webp'};
           48  +		{'warn.webp', 'image/webp'};
    45     49   	};
    46     50   }
    47     51   if u.ping '.fslckout' or u.ping '_FOSSIL_' then
    48     52   	if u.ping '_FOSSIL_' then default_os = 'windows' end
    49     53   	conf.build.branch = u.exec { 'fossil', 'branch', 'current' }