This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 0dbb5eac037fd4d0cc627403ce67a35c17bf405b




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=0dbb5eac037fd4d0cc627403ce67a35c17bf405b

commit 0dbb5eac037fd4d0cc627403ce67a35c17bf405b
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Wed May 11 18:37:56 2016 +0000

    Add noarch directory to example
    
    Also tidy up some end-of-line whitespace


Diff:
---
 package-upload.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-upload.html b/package-upload.html
index f7058a4..74d4788 100644
--- a/package-upload.html
+++ b/package-upload.html
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -97,17 +96,18 @@ directory on cygwin.com will look like this:</p>
 
 <pre>
     % lftp sftp://cygwin@cygwin.com
-    cd ok, cwd=/                                    
+    cd ok, cwd=/
 
     lftp cygwin.com:/> ls
     -rw-rw-r--   1 root     cygstage      179 Sep  1 05:12 !packages
     drwxrwsr-x   4 root     cygstage     4096 Sep  1 05:16 .
     drwxrwxr-x  61 cygwin   root         4096 Sep  1 05:12 ..
+    drwxrwsr-x.  3 cygwin   cygstage     4096 May  9 19:00 noarch
     drwxrwsr-x   3 cygwin   cygstage     4096 Oct 12 19:35 x86
     drwxrwsr-x   3 cygwin   cygstage     4096 Aug 10 19:04 x86_64
 
     lftp cygwin.com:/> cd x86/release
-    cd ok, cwd=/x86/release                     
+    cd ok, cwd=/x86/release
 
     lftp cygwin.com:/x86/release> ls
     drwxrwsr-x   3 cygwin   cygstage     4096 Oct 12 18:28 .
@@ -115,7 +115,7 @@ directory on cygwin.com will look like this:</p>
     drwxrwsr-x   3 cygwin   cygstage     4096 Oct 12 19:36 grep
 
     lftp cygwin.com:/x86/release> mirror -eR grep
-    Total: 2 directories, 3 files, 0 symlinks                                                  
+    Total: 2 directories, 3 files, 0 symlinks
     New: 3 files, 0 symlinks
     2311396 bytes transferred in 14 seconds (166.2K/s)
 
@@ -128,7 +128,7 @@ directory on cygwin.com will look like this:</p>
     -rw-r--r--   1 cygwin   cygstage      356 Oct 12 19:47 setup.hint
 
     lftp cygwin.com:/x86/release> ls grep/grep-debuginfo
-    drwxrwsr-x   2 cygwin   cygstage     4096 Oct 12 19:47 . 
+    drwxrwsr-x   2 cygwin   cygstage     4096 Oct 12 19:47 .
     drwxrwsr-x   3 cygwin   cygstage     4096 Oct 12 19:47 ..
     -rw-r--r--   1 cygwin   cygstage   877404 Oct 12 19:47 grep-debuginfo-2.14-3.tar.xz
     -rw-r--r--   1 cygwin   cygstage      356 Oct 12 19:47 setup.hint


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]