[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openmoko-commitlog
Subject:    commitlog Digest, Vol 863, Issue 3
From:       commitlog-request () lists ! openmoko ! org
Date:       2009-09-01 9:56:10
Message-ID: mailman.0.1251799202.19584.commitlog () lists ! openmoko ! org
[Download RAW message or body]

Send commitlog mailing list submissions to
	commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
	commitlog-request@lists.openmoko.org

You can reach the person managing the list at
	commitlog-owner@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."


Today's Topics:

   1. r5598 - in trunk/gta02-core: . expanded modules web
      (werner@docs.openmoko.org)
   2. r5599 - trunk/gta02-core/docs (werner@docs.openmoko.org)

[Attachment #4 (multipart/digest)]


Content-Transfer-Encoding: 8bit
From: werner@docs.openmoko.org
Precedence: list
To: commitlog@lists.openmoko.org
Date: Tue, 01 Sep 2009 06:57:10 +0200
Message-ID: <E1MiLQc-0002Om-FM@docs.openmoko.com>
Content-Type: text/plain; charset=UTF-8
Subject: r5598 - in trunk/gta02-core: . expanded modules web
Message: 1

Author: werner
Date: 2009-09-01 06:57:09 +0200 (Tue, 01 Sep 2009)
New Revision: 5598

Added:
   trunk/gta02-core/web/
   trunk/gta02-core/web/Makefile
   trunk/gta02-core/web/gta02-core.html
Modified:
   trunk/gta02-core/Makefile
   trunk/gta02-core/expanded/Makefile
   trunk/gta02-core/modules/Makefile
Log:
- use rsync also for top-level Makefile and expanded/Makefile
- web/: http://people.openmoko.org/werner/gta02-core.html
- modules/Makefile: use gzip -f to avoid silly questions



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -1,6 +1,9 @@
 .PHONY:		all gen generate gv sch brd update upload xpdf bom-by-ref
 .PHONY:		dsv
 
+UPLOAD=werner@sita.openmoko.org:public_html/gta02-core/
+COPY=rsync -e ssh --progress
+
 all:
 		@echo "make what ? target: gen update sch gv xpdf brd dsv"
 		# we have more targets, but "normal users" don't need them
@@ -26,8 +29,7 @@
 		xpdf gta02-core-all.pdf
 
 upload:		generate
-		scp gta02-core-all.ps.gz gta02-core-all.pdf \
-		  werner@sita.openmoko.org:public_html/gta02-core/
+		$(COPY) gta02-core-all.ps.gz gta02-core-all.pdf $(UPLOAD)
 
 sch:
 		eeschema `pwd`/gta02-core.sch

Modified: trunk/gta02-core/expanded/Makefile
===================================================================
--- trunk/gta02-core/expanded/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/expanded/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -1,5 +1,8 @@
 .PHONY:	gen generate gv sch upload xpdf
 
+UPLOAD=werner@sita.openmoko.org:public_html/gta02-core/
+COPY=rsync -e ssh --progress
+
 gen generate:
 	cd ../components && ./mkloe
 	../scripts/expand-pintype ../components/gta02-core.lib \
@@ -16,8 +19,8 @@
 	xpdf gta02-core-expanded-all.pdf
 
 upload:	generate
-	scp gta02-core-expanded-all.ps.gz gta02-core-expanded-all.pdf \
-	  werner@sita.openmoko.org:public_html/gta02-core/
+	$(COPY) gta02-core-expanded-all.ps.gz gta02-core-expanded-all.pdf \
+	  $(UPLOAD)
 
 sch:
 	eeschema `pwd`/gta02-core-expanded.sch

Modified: trunk/gta02-core/modules/Makefile
===================================================================
--- trunk/gta02-core/modules/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/modules/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -22,7 +22,7 @@
 
 gen generate:
 		./mkloe --one-ps $(ALL).ps
-		gzip -9 $(ALL).ps
+		gzip -f -9 $(ALL).ps
 		./mkloe --one-pdf $(ALL).pdf
 
 upload:		gen

Added: trunk/gta02-core/web/Makefile
===================================================================
--- trunk/gta02-core/web/Makefile	                        (rev 0)
+++ trunk/gta02-core/web/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -0,0 +1,5 @@
+UPLOAD=werner@sita.openmoko.org:public_html/
+COPY=rsync -e ssh --progress
+
+upload:
+	$(COPY) gta02-core.html $(UPLOAD)

Added: trunk/gta02-core/web/gta02-core.html
===================================================================
--- trunk/gta02-core/web/gta02-core.html	                        (rev 0)
+++ trunk/gta02-core/web/gta02-core.html	2009-09-01 04:57:09 UTC (rev 5598)
@@ -0,0 +1,20 @@
+<HTML>
+<HEAD>
+<TITLE>gta02-core overviews</TITLE>
+</HEAD>
+<BODY>
+<H1>gta02-core overviews</H1>
+
+Schematics:
+<A href="gta02-core/gta02-core-all.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-all.ps.gz">compressed Postscript</A>.
+<P>
+Expanded view (symbols with pin type):
+<A href="gta02-core/gta02-core-expanded-all.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-expanded-all.ps.gz">compressed Postscript</A>.
+<P>
+Modules (footprints):
+<A href="gta02-core/gta02-core-modules.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-modules.ps.gz">compressed Postscript</A>.
+</BODY>
+</HTML>





Content-Transfer-Encoding: 8bit
From: werner@docs.openmoko.org
Precedence: list
To: commitlog@lists.openmoko.org
Date: Tue, 01 Sep 2009 06:58:55 +0200
Message-ID: <E1MiLSJ-0002PD-Jz@docs.openmoko.com>
Content-Type: text/plain; charset=UTF-8
Subject: r5599 - trunk/gta02-core/docs
Message: 2

Author: werner
Date: 2009-09-01 06:58:55 +0200 (Tue, 01 Sep 2009)
New Revision: 5599

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
- GETTING-STARTED: we now have "lazy" PDF for footprints as well



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED	2009-09-01 04:57:09 UTC (rev 5598)
+++ trunk/gta02-core/docs/GETTING-STARTED	2009-09-01 04:58:55 UTC (rev 5599)
@@ -175,8 +175,8 @@
 (Re)viewing and editing footprints
 ----------------------------------
 
-#Feeling lazy ? Then use the pre-built PDF link for the "expanded view"
-#on http://people.openmoko.org/werner/gta02-core.html
+Feeling lazy ? Then use the pre-built PDF link for the modules on
+http://people.openmoko.org/werner/gta02-core.html
 
 The footprints are kept in *.fpd files in modules/. To view a footprint,
 run




--===============0458047931==--

_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic