summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2012-07-041. Make the debian rules file a template (and pass in the daemon-type)Joshua Harlow
2. Adjust the bddeb to pass this in (as well as other output statement being added) 3. Adjust make-tarball to only archive the bzr versioned files (using --recursive)
2012-07-03Add the ability to have setup.py have a CLI option that specifies the daemon ↵Joshua Harlow
type which then later affects the installation of certain config files, which then can be extracted during package creation as needed.
2012-07-021. Fixup the setup.py to not include custom startup scripts, let the ↵Joshua Harlow
packaging solutions handle these 2. Get the cloud-init specfile working for the init.d case (with the right postun and post and install sections) a. It works!!!
2012-06-29packages/bddeb: fix broken bddebScott Moser
needed to import glob, and use os.symlink, not util.symlink. Also, here made the 'tar' verbose. if '-v' option given.
2012-06-29Add in the linking of the _all.deb with a symlink 'cloud-init_all.deb'Joshua Harlow
2012-06-28Fix chopping off the wrong folers, oopsJoshua Harlow
2012-06-28Syntax error fixupJoshua Harlow
2012-06-28Remove the keep all the init directories which didn't workJoshua Harlow
2012-06-281. Match the variable names with what they are used forJoshua Harlow
2. Create a set of directories that need to be kept for the different boot modes.
2012-06-28Continue working on removing and allowing the correct files in the spec ↵Joshua Harlow
generated file
2012-06-28packages/debian/rules: remove unused quilt sectionScott Moser
2012-06-27Take only the files in the directory, not the directory itself (this causes ↵Joshua Harlow
issues when installing)
2012-06-261. Add 'verbose' options to both.Joshua Harlow
2. Fixup the debian building after util changes
2012-06-261. Fix old info call.Joshua Harlow
2012-06-26Shrink these down by using the cloudinit utils.Joshua Harlow
2012-06-261. Remove unused return argumentsharlowja
2. Adjust info statement to reflect better what it is doing.
2012-06-26Add in the ability to choose which type of boot type the rpm should haveharlowja
and adjust the specfile that is generated to remove the unwanted config files for the types which were not selected.
2012-06-26Just use the base changelog.Joshua Harlow
2012-06-26Removed, just going to use the base 'ChangeLog' file.Joshua Harlow
2012-06-25Get these working again after the subdirectory and outputJoshua Harlow
format changes.
2012-06-251. Change these to be templates where possible.Joshua Harlow
2. Rename to be a debian subdir, matching the redhat subdir.
2012-06-25Rename this to be 'make-tarball' to match the otherJoshua Harlow
tar tools name, also change output to be tab separated.
2012-06-25Move redhat spec file templates to this directoryJoshua Harlow
2012-06-25Get the new builddeb working and fix the rules fileJoshua Harlow
2012-06-25Output the base tar nameJoshua Harlow
2012-06-25Coverting this to use the python utilsJoshua Harlow
2012-06-25Use move and not util copyJoshua Harlow
2012-06-25Use move instead of copyJoshua Harlow
2012-06-25Use a directory prefixJoshua Harlow
2012-06-25Continue working on cleaning this upJoshua Harlow
2012-06-25Add a small script to tall the whole codeJoshua Harlow
2012-06-25Continue working on cleaning this upJoshua Harlow
2012-06-25Some cleanups around util functions and formattingJoshua Harlow
2012-06-25Remove need to depend on cloudinit for the util functions usedJoshua Harlow
2012-06-25Fix call to rpm-changelogJoshua Harlow
2012-06-25Add a nicer helper util for the rpm changelogJoshua Harlow
2012-06-25Ensure rpmbuild is actually a directory before cleaningJoshua Harlow
2012-06-25Get rpm building working with a template.Joshua Harlow
2012-06-25Continue working on getting a specfile generated.Joshua Harlow
2012-06-25Use the new version extraction tool to get the current active version.Joshua Harlow
2012-06-25This will be a rpm template file for the eventual specfile that will be created.Joshua Harlow
2012-06-251. Moving around the packages dir.Joshua Harlow
2. Adjusting the bddep shell script 3. Starting to add a brpm