Check-in Number:
|
1931 | |
Date: |
2002-Mar-01 16:30:23 (local)
2002-Mar-01 15:30:23 (UTC) |
User: | rse |
Branch: | |
Comment: |
Do no longer use sub-modules because they always checkout just the latest
version and the set of checked out things cannot be kept in sync with the
revisions of the parent module. So if we need to checkout foo into subdir foo/
in lmtp2nntp 1.0 and into lib_foo/ in lmtp2nntp 1.1 we got into great trouble.
Just a single version works at the same time. We now do it with a version
controlled devtool.conf:%checkout which can be different for every lmtp2nntp
version. Same should be done for OSSP rc and future projects. |
Tickets: |
|
Inspections: |
|
Files: |
|
CVSROOT/modules 1.52 -> 1.53
--- modules 2002/02/13 13:04:14 1.52
+++ modules 2002/03/01 15:30:23 1.53
@@ -91,15 +91,7 @@
petidomo ossp-pkg/petidomo
# OSSP lmtp2nntp
-lmtp2nntp ossp-pkg/lmtp2nntp &lmtp2nntp_str &lmtp2nntp_l2 &lmtp2nntp_sa &lmtp2nntp_var &lmtp2nntp_val &lmtp2nntp_ex &lmtp2nntp_popt &lmtp2nntp_pcre
-lmtp2nntp_str -d lib_str ossp-pkg/str
-lmtp2nntp_l2 -d lib_l2 ossp-pkg/l2
-lmtp2nntp_sa -d lib_sa ossp-pkg/sa
-lmtp2nntp_var -d lib_var ossp-pkg/var
-lmtp2nntp_val -d lib_val ossp-pkg/val
-lmtp2nntp_ex -d lib_ex ossp-pkg/ex
-lmtp2nntp_popt -d lib_popt ossp-pkg/popt
-lmtp2nntp_pcre -d lib_pcre ossp-pkg/pcre
+lmtp2nntp ossp-pkg/lmtp2nntp
# OSSP rc
rc ossp-pkg/rc &rc_str &rc_var &rc_val &rc_popt &rc_ex
|
|