OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-registry                 Date:   07-Feb-2006 22:07:45
  Branch: HEAD                             Handle: 2006020721074500

  Modified files:
    openpkg-registry        Makefile

  Log:
    cheat to bypass packaging during development

  Summary:
    Revision    Changes     Path
    1.4         +12 -0      openpkg-registry/Makefile
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-registry/Makefile
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 Makefile
  --- openpkg-registry/Makefile 7 Feb 2006 21:04:06 -0000       1.3
  +++ openpkg-registry/Makefile 7 Feb 2006 21:07:45 -0000       1.4
  @@ -60,3 +60,15 @@
       echo "[...]"; \
        gunzip <$(PACKAGE_NAME)-$${V}.tar.gz | tar tvf - | tail -10
   
  +cheat:
  +     @echo "++ exporting with "; \
  +     V=`shtool version -l txt -d short $(VERSION_FILE)`; V="$$V+DEV"; \
  +     D=`date '+%Y%m%d%H%M%S'`; \
  +     echo V=$$V D=$$D; \
  +     shtool subst \
  +             -e "s/^my \\\$$progvers=\"[^\"]*\";/my 
\\\$$progvers=\"$${V}\";/" \
  +             -e "s/^my \\\$$progdate=\"[^\"]*\";/my 
\\\$$progdate=\"$${D}\";/" \
  +             -e "s;@l_prefix@;/v/openpkg/sw;g" \
  +             <registry-ui.pl >registry-ui-dev.cgi
  +     scp registry-ui-dev.cgi [EMAIL 
PROTECTED]:/v/openpkg/sw/cgi/openpkg-registry/
  +
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to