svn path=/trunk/packages/invirt-dev/; revision=2625
invirt-dev (0.1.0) unstable; urgency=low
* Switch to using git instead of svn.
invirt-dev (0.1.0) unstable; urgency=low
* Switch to using git instead of svn.
+ * Start a git-daemon to serve the git repositories.
* Generate the apt repository configuration using gen-files instead of
rolling our own.
* Since the prerm code to remove the repo group from sudoers runs on
upgrades, make sure the postinst code to add it back runs on all
upgrades, too.
* Generate the apt repository configuration using gen-files instead of
rolling our own.
* Since the prerm code to remove the repo group from sudoers runs on
upgrades, make sure the postinst code to add it back runs on all
upgrades, too.
- -- Evan Broder <broder@mit.edu> Sun, 22 Nov 2009 17:57:21 -0500
+ -- Evan Broder <broder@mit.edu> Thu, 17 Dec 2009 16:06:31 -0600
invirt-dev (0.0.14) unstable; urgency=low
invirt-dev (0.0.14) unstable; urgency=low
var/lib/invirt-dev/queue
var/log/invirt/builds
usr/share/invirt-dev/build.d
var/lib/invirt-dev/queue
var/log/invirt/builds
usr/share/invirt-dev/build.d
--- /dev/null
+start on startup
+stop on shutdown
+
+exec /usr/bin/git \
+ daemon \
+ --user=git --group=nogroup \
+ --verbose \
+ --reuseaddr \
+ --export-all
+ --base-path=/srv/git \
+ /srv/git
+respawn
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+install/invirt-dev::
+ cp debian/invirt-dev.upstart debian/invirt-dev/etc/event.d
+
clean::
rm -rf python/invirt.builder.egg-info
clean::
rm -rf python/invirt.builder.egg-info