[openssl-commits] [web] new-dev update

Richard Levitte levitte at openssl.org
Thu Feb 26 14:12:59 UTC 2015


The branch new-dev has been updated
  discards  d604356595ebdc2a2368a2cbcc857049afef7475 (commit)
       via  caabf8c252fd21c8bb8d366d68d14c83e94c37da (commit)
       via  c6e4b80f3c965a3d1e8e4d36b8227b22358611bc (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (d604356595ebdc2a2368a2cbcc857049afef7475)
            \
             N -- N -- N (caabf8c252fd21c8bb8d366d68d14c83e94c37da)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


- Log -----------------------------------------------------------------
commit caabf8c252fd21c8bb8d366d68d14c83e94c37da
Author: Richard Levitte <richard at levitte.org>
Date:   Thu Feb 26 15:11:28 2015 +0100

    On the new development machine, the checkouts directory has moved.
    
    This is really not a biggie as there are symbolic links so /v/openssl still
    works.  Unfortunately, newer pod2html picks this apart and is fiddly with
    the result, so better not involve any symlinks when running it.

-----------------------------------------------------------------------

Summary of changes:
 run-pod2html.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-pod2html.sh b/run-pod2html.sh
index 8a1218d..b0e081e 100755
--- a/run-pod2html.sh
+++ b/run-pod2html.sh
@@ -11,7 +11,7 @@ for SUB in apps crypto ssl; do
 	FN=`basename $IN .pod`
 	cat $IN \
 	| sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \
-	| pod2html --podroot=$SRC -css=/manpage.css --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
+	| pod2html --podroot=$SRC --css=/manpage.css --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
 	| sed -r 's/<!DOCTYPE.*//g' > $DIR/$FN.html
 	for L in `perl $HERE/getnames.pl $IN` ; do
 	    ln $DIR/$FN.html $DIR/$L.html || echo FAIL $DIR/$FN.html $DIR/$L.html


More information about the openssl-commits mailing list