Sebastian Hahn commited on 2011-01-20 02:43:02
              Zeige 2 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
            
They were broken since revision 23974 when the removal of -sig version tags was a bit overzealous.
| ... | ... | 
                      @@ -78,11 +78,11 @@  | 
                  
| 78 | 78 | 
                        <td>Source tarballs</td>  | 
                    
| 79 | 79 | 
                        <td>  | 
                    
| 80 | 80 | 
                        <a href="<package-source-stable>"><version-stable></a>  | 
                    
| 81 | 
                        - (<a href="<package-source-stable-sig>">sig</a>)  | 
                    |
| 81 | 
                        + (<a href="<package-source-stable>.asc">sig</a>)  | 
                    |
| 82 | 82 | 
                        </td>  | 
                    
| 83 | 83 | 
                        <td>  | 
                    
| 84 | 84 | 
                        <a href="<package-source-alpha>"><version-alpha></a>  | 
                    
| 85 | 
                        - (<a href="<package-source-alpha-sig>">sig</a>)  | 
                    |
| 85 | 
                        + (<a href="<package-source-alpha>.asc">sig</a>)  | 
                    |
| 86 | 86 | 
                        </td>  | 
                    
| 87 | 87 | 
                        <td><kbd>./configure && make && src/or/tor</kbd></td>  | 
                    
| 88 | 88 | 
                        </tr>  | 
                    
| ... | ... | 
                      @@ -32,7 +32,7 @@ copyright="The Tor Project, Inc"  | 
                  
| 32 | 32 | 
                        # in website/include/versions.wmi. Tags that people usually forget to close,  | 
                    
| 33 | 33 | 
                        # as well as tags that are not defined in versions.wmi, have been added.  | 
                    
| 34 | 34 | 
                        # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi  | 
                    
| 35 | 
                        -customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <wiki>"`
                       | 
                    |
| 35 | 
                        +customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <version-androidbundle-tor> <video controls> <wiki>"`
                       | 
                    |
| 36 | 36 | 
                         | 
                    
| 37 | 37 | 
                        # We also need to use the nodefault option of po4a; space separated list  | 
                    
| 38 | 38 | 
                        # of tags that the module should not try to set by default in any  | 
                    
| 39 | 39 |