Liking cljdoc? Tell your friends :D

pallet.crate.package.jpackage

Actions for working with the jpackage repository

Actions for working with the jpackage repository
raw docstring

add-jpackageclj

(add-jpackage
  &
  {:keys [version component releasever enabled]
   :or
     {component "redhat-el" releasever "$releasever" version "5.0" enabled 0}})

Add the jpackage repository. component should be one of: fedora redhat-el

Installs the jpackage-utils package from the base repos at a priority of 25.

Add the jpackage repository.  component should be one of:
  fedora
  redhat-el

Installs the jpackage-utils package from the base repos at a
priority of 25.
sourceraw docstring

jpackage-mirror-fmtclj

source

jpackage-utilsclj

(jpackage-utils)

Add jpackge-utils. Due to incompatibilities on RHEL derived distributions, a compatability package is required.

https://bugzilla.redhat.com/show_bug.cgi?id=260161 https://bugzilla.redhat.com/show_bug.cgi?id=497213

Add jpackge-utils. Due to incompatibilities on RHEL derived distributions,
a compatability package is required.

https://bugzilla.redhat.com/show_bug.cgi?id=260161
https://bugzilla.redhat.com/show_bug.cgi?id=497213
sourceraw docstring

jpackage-utils-compat-rpmclj

source

mirrorlistclj

(mirrorlist dist type release)
source

package-manager-update-jpackageclj

(package-manager-update-jpackage)

Update the package lists for the jpackage repositories

Update the package lists for the jpackage repositories
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close