aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu installer hostname)
  #:export (hostname->configuration))

(define (hostname->configuration hostname)
  `((host-name ,hostname)))
le='2020-08-24 04:39:38 +0800'>2020-08-24tidy up various interfaces (#4066)Alex Lam S.L 2020-08-23enhance `mangle.properties` (#4064)Alex Lam S.L 2020-05-05update links to repository after rename (#3847)Alex Lam S.L 2018-07-26fix corner case in `ie8` & `rename` (#3223)Alex Lam S.L 2018-06-06general clean-ups (#3175)Alex Lam S.L 2018-04-06mangle `Object.defineProperty()` (#3059)...Alex Lam S.L 2018-01-05fix `mangle` name collision across files (#2722)Alex Lam S.L 2017-12-01improve code reuse (#2542)Alex Lam S.L 2017-07-29improve `mangle.properties` (#2261)...Alex Lam S.L 2017-07-15reject malformed CLI parameters (#2239)...Alex Lam S.L 2017-06-09marshal `mangle[.properties].reserved` from non-Array values (#2072)Alex Lam S.L 2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L 2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L 2017-04-04exclude mangling of special property names (#1779)...Alex Lam S.L 2017-04-03fix `mangleProperties` on identifiers (#1776)...Alex Lam S.L 2017-04-03fix mangleProperties of `undefined` & `Infinity` (#1772)...Alex Lam S.L 2017-03-31sort options in alphabetical order (#1743)...Alex Lam S.L 2017-02-10in mangle_names there is a check that the variable name is legal and that it ...Anat Dagan 2016-11-29Add --mangle-props-debug and fix --mangle-props=unquoted collision...Ashley (Scirra) 2016-08-14Fix --mangle-props and --mangle-props=unquoted...kzc 2016-06-19Respect quote style in object literals...Shrey Banga 2015-08-05Fix mangling of property names which overwrite unmangleable properties...Richard van Velzen 2015-06-09Add --mangle-regex optionJoao Carlos 2015-05-13fix again reserved propsMihai Bazon 2015-05-07Make reserved names take priority over the name cacheMihai Bazon 2015-04-22If name_cache is specified, do rename cached properties...Mihai Bazon 2015-04-10Use the `before` visitor in mangle props...Mihai Bazon 2015-03-16Fix prop mangling...Mihai Bazon 2015-03-14Add property name mangler...Mihai Bazon