[Commits] (heikki) Apply Brian's smtp changes in our tree until
they get integrated into Twisted proper.
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 24 10:12:23 PDT 2004
Commit by: heikki
Modified files:
external/twisted/smtp-patches None 1.1
external/twisted/Makefile 1.9 1.10
Log message:
Apply Brian's smtp changes in our tree until they get integrated into Twisted proper.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/twisted/smtp-patches?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.9 external/twisted/Makefile:1.10
--- external/twisted/Makefile:1.9 Mon Aug 23 15:20:10 2004
+++ external/twisted/Makefile Tue Aug 24 10:12:22 2004
@@ -7,6 +7,11 @@
BUILD=build_$(SNAP)
+# Temporary until integrated into Twisted
+applysmtp:
+ patch $(SRC)/twisted/mail/smtp.py smtp-patches; echo ok
+
+# Temporary until refactored and integrated into Twisted
applym2:
rm -f $(SRC)/twisted/internet/m2ssl.py ; \
cd $(SRC); \
@@ -15,7 +20,7 @@
apply: patches-$(VERSION)
patch -Nup0 < patches-$(VERSION);echo ok
-build: apply applym2
+build: apply applym2 applysmtp
cd $(SRC); \
$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
install --force
More information about the Commits
mailing list