File: empty-config.conf

package info (click to toggle)
firebuild 0.8.6-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 2,624 kB
  • sloc: cpp: 14,301; ansic: 6,429; python: 2,401; sh: 262; makefile: 40; awk: 33
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// (Almost) empty configuration file

version = 1.0;

// Those settings are changed in ./run-firebuild, thus they are needed to not break the test
env_vars = {
  pass_through = [ "PATH" ];
};
ignore_locations = [];