Skip to content

Releases: cl-unix-cybernetics/cl-unix-cybernetics

v0.3.3

03 Feb 17:39
Compare
Choose a tag to compare
fix build

Adams 0.3.2

23 Oct 10:41
Compare
Choose a tag to compare

Fix package installation on OpenBSD.

Adams 0.3.1

28 Aug 11:38
Compare
Choose a tag to compare

Updated dependencies.

Adams 0.3

03 Aug 13:32
Compare
Choose a tag to compare

Stability release with updated dependencies.

adams-0.2

22 Apr 13:51
Compare
Choose a tag to compare

New in adams-0.2 :

  • Fixed #.(include "file")
  • Added static-file and static-directory.
  • Minor fixes.

Known bugs :

  • with-host does not work as expected for host child resources. A workaround is to (setq *host* (host "my-host")) at the top of your host config file.

Adams 0.1

10 Apr 19:59
Compare
Choose a tag to compare

Adams is a UNIX system administration tool written in Common Lisp.

Adams does not require any setup on the systems you want to manage.

Adams is free and open source.

To install without git extract adams-0.1-deps.tar.gz in the adams source directory and call make.

  $ wget https://github.com/cl-adams/adams/releases/download/adams-0.1/adams-0.1.tar.gz
  $ tar xzf adams-0.1.tar.gz
  $ cd adams-0.1
  $ wget https://github.com/cl-adams/adams/releases/download/adams-0.1/adams-0.1-deps.tar.gz
  $ tar xzf adams-0.1-deps.tar.gz
  $ make
  $ sudo cp build/adams /usr/local/bin/