Page MenuHomeDevCentral

port_options
No OneTemporary

port_options

# -------------------------------------------------------------
# Port options for {{ args['category'] }}/{{ args['name'] }}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/devserver/userland-software/files/port_options
# -------------------------------------------------------------
{% for option in args.get('options', {}).get('set', []) -%}
OPTIONS_FILE_SET+={{ option }}
{% endfor -%}
{% for option in args.get('options', {}).get('unset', []) -%}
OPTIONS_FILE_UNSET+={{ option }}
{% endfor -%}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 11:52 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3696184
Default Alt Text
port_options (640 B)

Event Timeline