• v3.1.6 045d0ff9ab

    v3.1.6 Stable

    rail5 released this 2024-09-22 08:50:39 +02:00 | 132 commits to main since this release

    • Added config file editor to autobuild -s
    Downloads
  • v3.1.5 17ba2624ce

    v3.1.5 Stable

    rail5 released this 2024-09-08 10:49:10 +02:00 | 135 commits to main since this release

    • Enable contents listing by default to work with apt-file
    Downloads
  • v3.1.4 ada3de254c

    v3.1.4 Stable

    rail5 released this 2024-09-08 06:25:32 +02:00 | 137 commits to main since this release

    • Allow user to pull from private repos
      If the user has provided the necessary credentials in their config
      file, there's no reason that autobuild shouldn't permit them to
      pull packages from private repos
    Downloads
  • v3.1.3 cff30b857f

    v3.1.3 Stable

    rail5 released this 2024-09-03 12:24:01 +02:00 | 139 commits to main since this release

    • Fixed possible trouble with boot order when installing arm64 vm
    • Fixed stateless builds on arm64
      Through a mindless and embarrassing oversight, the arm64 vm was
      not run in stateless mode. It is now
    • Correctly parsing changelogs which contain asterisks
    Downloads
  • v3.1.2 cd8625e28c

    v3.1.2 Stable

    rail5 released this 2024-08-23 05:38:47 +02:00 | 144 commits to main since this release

    Forcefully set 755 on /var/autobuild. This should fix autobuild on
    Ubuntu

    Downloads
  • v3.1.1 988fb562b7

    v3.1.1 Stable

    rail5 released this 2024-07-18 10:09:13 +02:00 | 146 commits to main since this release

    Output daemon errors to the socket until we're more production-ready
    Cover for pushing to Debian repo if source package was a tar archive
    Help the daemon find fresh repo directories

    Downloads
  • v3.1.0 08116c8697

    v3.1.0 Stable

    rail5 released this 2024-06-01 10:44:45 +02:00 | 152 commits to main since this release

    Autobuild now creates a new Debian repo for the user, rather than
    relying on the user already owning one.
    This repo can be shipped either as a GitHub Pages
    site, or via some web server on the host machine, etc. We just
    create the files.

    Downloads
  • v3.0.2 c05064d093

    v3.0.2 Stable

    rail5 released this 2024-05-31 11:15:41 +02:00 | 156 commits to main since this release

    Patched some bugs with Debian repo pushing that came with v3. Cleaned up the manual a bit. Removed now-unneeded dependency from debian/control.

    Downloads
  • v3.0.0 f3eca2a0c8

    v3.0.0 Stable

    rail5 released this 2024-05-30 13:04:28 +02:00 | 165 commits to main since this release

    Version 3 release
    Autobuild is now separated into a daemon and a client. The daemon
    runs as a systemd service which is opened upon contact with an
    autobuild unix socket file. The client contacts the daemon via
    this socket.
    The build farm VMs are now stored in /var/autobuild and are
    modifiable only by the _autobuild user. This is much more secure
    The -c option has been removed.
    A new -r option has been added to remove old builds in the
    /var/autobuild/builds directory.
    The -p option can now take arguments that are either: (1) the
    names of packages in the config file, (2) valid git URLs, or (3)
    file paths to locally-stored tar.gz archives.
    The field in the config file for GPG-encrypted access tokens has
    been removed, however the config file is now readable only by
    the _autobuild user and root.

    Downloads
  • v2.3.1 93325db960

    v2.3.1 Stable

    rail5 released this 2024-05-27 11:55:21 +02:00 | 197 commits to main since this release

    Removed redundant code, reorganized code, general code cleanup

    Downloads