forked from boxgrinder/boxgrinder-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest
105 lines (105 loc) · 4.62 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
CHANGELOG
LICENSE
Manifest
README.md
Rakefile
bin/boxgrinder-build
boxgrinder-build.gemspec
integ/appliances/gnome-fedora.appl
integ/appliances/jeos-centos5-files.appl
integ/appliances/jeos-centos5.appl
integ/appliances/jeos-f15.appl
integ/appliances/jeos-f16-files.appl
integ/appliances/jeos-f16.appl
integ/appliances/modular/_hardware_cpus.appl
integ/appliances/modular/_hardware_memory.appl
integ/appliances/modular/_hardware_partitions_home.appl
integ/appliances/modular/_hardware_partitions_root.appl
integ/appliances/modular/_os_password.appl
integ/appliances/modular/_packages_groups_base.appl
integ/appliances/modular/_packages_groups_core.appl
integ/appliances/modular/_packages_squid.appl
integ/appliances/modular/_packages_utils.appl
integ/appliances/modular/_repos_boxgrinder_permanent_noarch.appl
integ/appliances/modular/_repos_testlocal_ephemeral_noarch.appl
integ/appliances/modular/_test_base.appl
integ/appliances/modular/modular.appl
integ/packages/ephemeral-repo-test-0.1-1.noarch.rpm
integ/packages/local-repo-test.spec
integ/spec/files-spec.rb
integ/spec/jeos-spec.rb
integ/spec/modular-spec.rb
lib/boxgrinder-build.rb
lib/boxgrinder-build/appliance.rb
lib/boxgrinder-build/helpers/augeas-helper.rb
lib/boxgrinder-build/helpers/aws-helper.rb
lib/boxgrinder-build/helpers/ec2-helper.rb
lib/boxgrinder-build/helpers/guestfs-helper.rb
lib/boxgrinder-build/helpers/image-helper.rb
lib/boxgrinder-build/helpers/linux-helper.rb
lib/boxgrinder-build/helpers/package-helper.rb
lib/boxgrinder-build/helpers/plugin-helper.rb
lib/boxgrinder-build/helpers/qemu.wrapper
lib/boxgrinder-build/helpers/s3-helper.rb
lib/boxgrinder-build/managers/plugin-manager.rb
lib/boxgrinder-build/plugins/base-plugin.rb
lib/boxgrinder-build/plugins/delivery/ebs/ebs-plugin.rb
lib/boxgrinder-build/plugins/delivery/elastichosts/elastichosts-plugin.rb
lib/boxgrinder-build/plugins/delivery/local/local-plugin.rb
lib/boxgrinder-build/plugins/delivery/s3/s3-plugin.rb
lib/boxgrinder-build/plugins/delivery/s3/src/cert-ec2.pem
lib/boxgrinder-build/plugins/delivery/sftp/sftp-plugin.rb
lib/boxgrinder-build/plugins/delivery/usb/usb-plugin.rb
lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb
lib/boxgrinder-build/plugins/os/fedora/fedora-plugin.rb
lib/boxgrinder-build/plugins/os/rhel/rhel-plugin.rb
lib/boxgrinder-build/plugins/os/rpm-based/kickstart.rb
lib/boxgrinder-build/plugins/os/rpm-based/rpm-based-os-plugin.rb
lib/boxgrinder-build/plugins/os/rpm-based/rpm-dependency-validator.rb
lib/boxgrinder-build/plugins/os/rpm-based/src/appliance.ks.erb
lib/boxgrinder-build/plugins/os/rpm-based/src/base.repo
lib/boxgrinder-build/plugins/os/rpm-based/src/motd.init
lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb
lib/boxgrinder-build/plugins/platform/ec2/ec2-plugin.rb
lib/boxgrinder-build/plugins/platform/ec2/src/fstab_32bit
lib/boxgrinder-build/plugins/platform/ec2/src/fstab_64bit
lib/boxgrinder-build/plugins/platform/ec2/src/ifcfg-eth0
lib/boxgrinder-build/plugins/platform/ec2/src/menu.lst
lib/boxgrinder-build/plugins/platform/ec2/src/rc_local
lib/boxgrinder-build/plugins/platform/virtualbox/virtualbox-plugin.rb
lib/boxgrinder-build/plugins/platform/vmware/src/README-enterprise
lib/boxgrinder-build/plugins/platform/vmware/src/README-personal
lib/boxgrinder-build/plugins/platform/vmware/src/base.vmdk
lib/boxgrinder-build/plugins/platform/vmware/src/base.vmx
lib/boxgrinder-build/plugins/platform/vmware/vmware-plugin.rb
rubygem-boxgrinder-build.spec
spec/appliance-spec.rb
spec/helpers/augeas-helper-spec.rb
spec/helpers/ec2-helper-spec.rb
spec/helpers/guestfs-helper-spec.rb
spec/helpers/image-helper-spec.rb
spec/helpers/linux-helper-spec.rb
spec/helpers/package-helper-spec.rb
spec/helpers/plugin-helper-spec.rb
spec/helpers/s3-helper-spec.rb
spec/managers/plugin-manager-spec.rb
spec/plugins/base-plugin-spec.rb
spec/plugins/delivery/ebs/ebs-plugin-spec.rb
spec/plugins/delivery/ebs/ebs.yaml
spec/plugins/delivery/elastichosts/elastichosts-plugin-spec.rb
spec/plugins/delivery/local/local-plugin-spec.rb
spec/plugins/delivery/s3/s3-plugin-spec.rb
spec/plugins/delivery/sftp/sftp-plugin-spec.rb
spec/plugins/os/centos/centos-plugin-spec.rb
spec/plugins/os/fedora/fedora-plugin-spec.rb
spec/plugins/os/rhel/rhel-plugin-spec.rb
spec/plugins/os/rpm-based/kickstart-spec.rb
spec/plugins/os/rpm-based/rpm-based-os-plugin-spec.rb
spec/plugins/os/rpm-based/rpm-dependency-validator-spec.rb
spec/plugins/os/rpm-based/src/jeos-f13-plain.ks
spec/plugins/os/rpm-based/src/jeos-f13-without-version.ks
spec/plugins/os/rpm-based/src/jeos-f13.ks
spec/plugins/os/sl/sl-plugin-spec.rb
spec/plugins/platform/ec2/ec2-plugin-spec.rb
spec/plugins/platform/virtualbox/virtualbox-plugin-spec.rb
spec/plugins/platform/vmware/vmware-plugin-spec.rb