lp://staging/~rainct/apt-zeroconf/cheetah
Created by
Siegfried Gevatter
and last modified
- Get this branch:
- bzr branch lp://staging/~rainct/apt-zeroconf/cheetah
Only
Siegfried Gevatter
can upload to this branch. If you are
Siegfried Gevatter
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/apt-zeroconf
- Apt Zeroconf Team: Pending requested
-
Diff: 1002 lines (+313/-327)19 files modifiedHACKING (+2/-1)
MANIFEST (+1/-2)
apt-zeroconf (+9/-7)
aptzeroconf/exceptions.py (+32/-0)
aptzeroconf/http.py (+17/-7)
aptzeroconf/parse.py (+76/-120)
azc_daemon/__init__.py (+14/-1)
debian/apt-zeroconf.postinst (+7/-12)
debian/changelog (+21/-0)
debian/control (+28/-14)
debian/init (+23/-29)
debian/rules (+2/-6)
debian/templates (+4/-0)
setup.py (+10/-5)
support/apt-zeroconf.1 (+65/-0)
support/apt-zeroconf.xml (+0/-115)
support/azc_rule (+1/-1)
support/build.sh (+0/-5)
test/test_general.py (+1/-2)
Branch information
Recent revisions
- 146. By Siegfried Gevatter
-
azc_daemon/
__init_ _.py: close all file descriptors after forking Now that we don't use start-stop-daemon with the --background
workaround option anymore, dpkg-reconfigure was hanging again.
*Finally* I discovered the problem as being in _daemonize() :/. - 145. By Siegfried Gevatter
-
Some more changes here and there to make pep-8.py happy.
Change debian/init to always return 0 on stop, else dpkg-reconfigure gets mad. - 144. By Siegfried Gevatter
-
Fix debian/init.
The previous version was good enough for the package to work, but
"sudo service apt-zeroconf start/stop/restart" didn't work. - 142. By Siegfried Gevatter
-
Catch exception when socket is already in use and signalize this
condition with a special code.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)