Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Karkur (0.04 sec)

  1. packaging.properties

    L1:# Properties used to build to the DEB package L2:# L3: L4:# Environment file L5:packaging.env.file=/etc/default/fess L6: L7:# Simple marker to check that properties are correctly overridden L8:packaging.type=deb L9: L10:# Custom header for package scripts L11:packaging.scripts.header=#!/bin/sh${line.separator}set -e L12:packaging.scripts.footer=exit 0${line.separator}# Built for ${project.name}-${project.version} (${packaging.type})...
    github.com/codelibs/fess/src/packaging/deb/pack...
    Thu Dec 10 01:24:02 UTC 2015
      401 bytes
  2. packaging.properties

    L13:packaging.fess.heap.max=1g L14: L15:# Specifies the maximum file descriptor number L16:packaging.os.max.open.files=65535 L17: L18:# Maximum number of VMA (Virtual Memory Areas) a process can own L19:packaging.os.max.map.count=262144 L20: L21:# Simple marker to check that properties are correctly overridden L22:packaging.type=tar.gz L23: L24:# Custom header for package scripts L25:packaging.scripts.header= L26:packaging.scripts.footer=...
    github.com/codelibs/fess/src/packaging/common/p...
    Thu Dec 10 01:24:02 UTC 2015
      797 bytes
  3. packaging.properties

    L1:# Properties used to build to the RPM package L2:# L3: L4:# Environment file L5:packaging.env.file=/etc/sysconfig/fess L6: L7:# Default configuration directory and file to use in bin/plugin script L8: L9:# Simple marker to check that properties are correctly overridden L10:packaging.type=rpm L11: L12:# Custom header for package scripts L13:packaging.scripts.header= L14:packaging.scripts.footer=# Built for ${project.name}-${project.version} (${packaging.type})...
    github.com/codelibs/fess/src/packaging/rpm/pack...
    Thu Dec 10 01:24:02 UTC 2015
      420 bytes
Back to top