Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/vanagon/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class Vanagon
class Component
include Vanagon::Utilities

# @!attribute [r] files
# @return [Set] the list of files marked for installation

Expand Down
1 change: 1 addition & 0 deletions lib/vanagon/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class Vanagon
class Driver
include Vanagon::Utilities

attr_accessor :platform, :project, :target, :workdir, :remote_workdir, :verbose, :preserve, :keepwork

def timeout
Expand Down
1 change: 1 addition & 0 deletions lib/vanagon/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Vanagon
# correspond to assumptions you could safely make about Ruby.
class Environment
extend Forwardable

# @!method []
# @see Hash#[]
# @!method keys
Expand Down
2 changes: 1 addition & 1 deletion lib/vanagon/platform/defaults/debian-13-amd64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plat.servicedir "/lib/systemd/system"
plat.defaultdir "/etc/default"
plat.servicetype "systemd"
plat.codename "bookworm"
plat.codename "trixie"

packages = %w(
build-essential
Expand Down