Skip to content

Commit

Permalink
Switch to offline-unixutils
Browse files Browse the repository at this point in the history
- Using offline-unixutils has the net effect of removing the need
  for the staging-curl component.
- Fixes #19.
  • Loading branch information
jonahbeckford committed Dec 3, 2022
1 parent 1ca6b64 commit ca5c462
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions dkml-installer-network-ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ pin-depends: [
]

[
"dkml-runtime-common.1.0.2~prerel26"
"dkml-runtime-common.1.0.2~prerel27"
"git+https://github.com/diskuv/dkml-runtime-common.git"
]
[
"dkml-runtime-distribution.1.0.2~prerel26"
"dkml-runtime-distribution.1.0.2~prerel27"
"git+https://github.com/diskuv/dkml-runtime-distribution.git"
]
[
Expand Down Expand Up @@ -159,7 +159,7 @@ pin-depends: [
"git+https://github.com/diskuv/dkml-component-unixutils.git"
]
[
"dkml-component-network-unixutils.0.2.0"
"dkml-component-offline-unixutils.0.2.0"
"git+https://github.com/diskuv/dkml-component-unixutils.git"
]
[
Expand Down
6 changes: 3 additions & 3 deletions dkml-installer-network-ocaml.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ pin-depends: [
]

[
"dkml-runtime-common.1.0.2~prerel26"
"dkml-runtime-common.1.0.2~prerel27"
"git+https://github.com/diskuv/dkml-runtime-common.git"
]
[
"dkml-runtime-distribution.1.0.2~prerel26"
"dkml-runtime-distribution.1.0.2~prerel27"
"git+https://github.com/diskuv/dkml-runtime-distribution.git"
]
[
Expand Down Expand Up @@ -118,7 +118,7 @@ pin-depends: [
"git+https://github.com/diskuv/dkml-component-unixutils.git"
]
[
"dkml-component-network-unixutils.0.2.0"
"dkml-component-offline-unixutils.0.2.0"
"git+https://github.com/diskuv/dkml-component-unixutils.git"
]
[
Expand Down
86 changes: 43 additions & 43 deletions installer/bin/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Do not edit unless need to regenerate!
; When regenerating, erase **all** content from this file, save the file, and then run:
; dune clean
; dune build installer/bin/dune.gen.inc --auto-promote
; dune build '@installer/bin//gen-dkml' --auto-promote
(executable (name discover) (libraries dune.configurator bos fpath)
(modules discover))

Expand All @@ -15,53 +15,53 @@
(executable (public_name dkml-install-user-runner) (name runner_user)
(modules runner_user) (ocamlopt_flags (:include user-link-flags.sexp))
(libraries dkml-install-runner.user private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml))
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml))

(executable (public_name dkml-install-admin-runner) (name runner_admin)
(modules runner_admin) (ocamlopt_flags (:include admin-link-flags.sexp))
(libraries dkml-install-runner.admin private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml))
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml))

(executable (public_name dkml-install-create-installers)
(name create_installers)
(libraries dkml-package-console.create cmdliner private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml)
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml)
(modules create_installers))

(executable (public_name dkml-install-package-install) (name entry_install)
(libraries dkml-package-console.entry cmdliner private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml)
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml)
(modules entry_install) (ocamlopt_flags (:include console-link-flags.sexp)))

(executable (public_name dkml-install-package-uninstall)
(name entry_uninstall)
(libraries dkml-package-console.entry cmdliner private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml)
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml)
(modules entry_uninstall)
(ocamlopt_flags (:include console-link-flags.sexp)))

Expand All @@ -74,22 +74,22 @@

(executable (name package_setup) (modes (byte exe))
(libraries dkml-package-console.setup cmdliner private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml)
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml)
(modules package_setup))

(executable (name package_uninstaller) (modes (byte exe))
(libraries dkml-package-console.uninstaller cmdliner private_common
dkml-component-network-ocamlcompiler dkml-component-network-unixutils
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-curl dkml-component-staging-desktop-compile
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-unixutils dkml-component-staging-withdkml)
dkml-component-network-ocamlcompiler dkml-component-offline-desktop-full
dkml-component-offline-opamshim dkml-component-offline-unixutils
dkml-component-staging-desktop-compile dkml-component-staging-desktop-full
dkml-component-staging-ocamlrun dkml-component-staging-opam32
dkml-component-staging-opam64 dkml-component-staging-unixutils
dkml-component-staging-withdkml)
(modules package_uninstaller))

(install (section bin)
Expand Down

0 comments on commit ca5c462

Please sign in to comment.