source: trunk/packages/invirt-dev

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2870   14 years broder I can spell, I promise.
(edit) @2869   14 years broder Add a section on "Future Directions" for the Invirtibuilder.
(edit) @2868   14 years broder Talk about how the Invirtibuilder is insecure.
(edit) @2858   14 years broder Add documentation on the Invirtibuilder.
(edit) @2838   14 years broder Regardless of any success or failure, always remove the build queue …
(edit) @2837   14 years broder Only tag submodules if allow_backtracking is False.
(edit) @2836   14 years broder Typo fix.
(edit) @2835   14 years broder packageWorkdir needs to be passed the commit to make a workdir from.
(edit) @2834   14 years broder When validating builds, return True if the build validates, and don't …
(edit) @2820   14 years broder Since we're moving the queue entries into the queue directory for …
(edit) @2819   14 years broder Add missing dependency on python-pyinotify in invirt-dev.
(edit) @2801   14 years broder Superproject, not superrepo, is git's term for a repo that contains …
(edit) @2766   14 years broder Have authz providers use an invirt.authz module. xvm-authz-locker now …
(edit) @2639   14 years broder Fix a typo in invirt-submit-build.
(edit) @2638   14 years broder scripts installed by setuptools always get installed in /usr/bin.
(edit) @2637   14 years broder Include invirt-submit-build in the invirt-dev install.
(edit) @2636   14 years broder Run git-daemon as an inetd service instead of a separate daemon. …
(edit) @2635   14 years broder mkdir -p works if the directory already exists, so drop an unnecessary …
(edit) @2634   14 years broder Make the apt repo directory structure exist if it doesn't already.
(edit) @2633   14 years broder The apt repository needs to be owned by the repository user, so let's …
(edit) @2630   14 years broder Pass --no-start to dh_installinit in invirt-dev and run the initscript …
(edit) @2629   14 years broder And std_init takes arguments, too
(edit) @2628   14 years broder In invirt-dev, actually call std_init so the init script does something.
(edit) @2627   14 years broder Use the systemv init script instead of an upstart job. Hardy's …
(edit) @2626   14 years broder Install the invirt-dev upstart file without an extension (upstart …
(edit) @2625   14 years broder Serve the repositories in /srv/git over a git-daemon
(edit) @2618   14 years broder Fix the invirt-dev init script, because bash doesn't believe in …
(edit) @2593   14 years broder Rename the "git" tree in the configuration to "build" to be more accurate.
(edit) @2589   14 years broder Switch to using std-init in invirt-dev.
(edit) @2588   14 years broder Create /srv/git when installing invirt-dev if it doesn't exist. …
(edit) @2587   14 years broder Config structs aren't dicts, so neither []-indexing nor .get work on them.
(edit) @2585   14 years broder Add a debian/pyversions file to invirt-dev. Our code doesn't work on …
(edit) @2584   14 years broder When generating the git user's k5login, actually move it into place.
(edit) @2583   14 years broder Automatically regenerate the Invirt git configuration daily.
(edit) @2582   14 years broder Actually install the invirt-build-conf script.
(edit) @2581   14 years broder Update the Invirt git configuration at install-time.
(edit) @2580   14 years broder Actually create a git user.
(edit) @2579   14 years broder Update the git user's .k5login in invirt-build-conf.
(edit) @2577   14 years broder Stuff all of our repos into an /invirt subdirectory, so that we have …
(edit) @2570   14 years broder Add remctl-server as a dependency for invirt-dev, for the build scripts.
(edit) @2569   14 years broder Pass a mode to os.fdopen in invirt-build-conf and invirt-submit-build. …
(edit) @2568   14 years broder Fix typo in invirt-build-conf.
(edit) @2567   14 years broder Replace NamedTemporaryFile? with mkstemp in invirt-build-conf and …
(edit) @2566   14 years broder Until we switch to storing krb5 principals in the database, we need to …
(edit) @2565   14 years broder Add a script for generating the remctl configuration to trigger the …
(edit) @2564   14 years broder Update invirt-dev.dirs to create directories used by the …
(edit) @2563   14 years broder First stab at the remctl script to handle new build queue submission …
(edit) @2556   14 years broder In invirt-dev: * Since the prerm code to remove the repo group from …
(edit) @2555   14 years broder Also punt invirt-build-release for the time being. It might make an …
(edit) @2554   14 years broder Punt invirt-ood-packages and invirt-ood-build from invirt-dev's …
(edit) @2552   14 years broder Change repository configuration to generate config from a mako …
(edit) @2550   14 years broder Punt invirt-uploaders and unsigned files from repository config. …
(edit) @2549   14 years broder Punt the invirt-ood-packages script (and invirt-ood-build). They were …
(edit) @2548   14 years broder Update the packaging to build and install the invirtibuilder.
(edit) @2547   14 years broder Add a setup.py for the new invirtibuilder and invirt.builder code.
(edit) @2546   14 years broder Python 2.5 requires an import from the future to get a with statement.
(edit) @2545   14 years broder In the invirtibuilder, take advantage of the getBinaries function in …
(edit) @2544   14 years broder Deal with Debian-native packages correctly when calculating and …
(edit) @2543   14 years broder Pull functions that are needed for the git remctl scripts out of the …
(edit) @2542   14 years broder Move the invirtibuilder into invirt-dev as a first step towards …
(edit) @2371   15 years broder Use a descriptive variable name, instead of $REPLY.
(edit) @2370   15 years broder Fix invirt-build-release to correctly deal with multiple binary …
(edit) @2320   15 years broder In invirt-dev: * When building an architecture: any package, pass …
(edit) @2302   15 years broder In invirt-dev: * Add a UDebComponents definition so that we can …
(edit) @2298   15 years broder In invirt-dev: * Add a invirt-system component for invirtified packages.
(edit) @1863   15 years price invirt-build-release: factor out distribution
(edit) @1861   15 years price invirt-build-release: separate distribution, architecture
(edit) @1860   15 years price invirt-build-release: clean up some shell and perl Also wait to parse …
(edit) @1859   15 years price invirt-build-release: handle amd64 and i386
(edit) @1857   15 years price invirt-dev: add i386 to apt repo
(edit) @1782   15 years broder Move invirt-dev's sudoers cleanup to the prerm instead of the postinst
(edit) @1770   15 years broder Fix invirt-dev to not add the same line a bunch of times to sudoers
(edit) @1671   15 years broder Support building multiple packages in sequence with invirt-build-release
(edit) @1592   15 years broder Apparently I screwed up splitting up the list of packages for …
(edit) @1586   15 years broder And...you end your for loops with done, not fi
(edit) @1585   15 years broder Kill some superfluous whitespace in invirt-ood-build
(edit) @1584   15 years broder Add invirt-ood-build for building out of date packages
(edit) @1583   15 years broder Clean up invirt-dev packaging
(edit) @1570   15 years broder Add new invirt-ood-packages script to invirt-dev
(edit) @1486   15 years broder In invirt-build-release, get the svn uri from the config, not from …
(edit) @1372   16 years broder sipb-xen-base -> invirt-base in dependency lists
(edit) @1329   16 years price document adduser $user sbuild in invirt-dev postinst
(edit) @1323   16 years price sx-build-release -> invirt-build-release
(add) @1322   16 years price sipb-xen-dev -> invirt-dev
Note: See TracRevisionLog for help on using the revision log.