leosimons    2003/08/10 15:30:21

  Modified:    .        dist.sh local-dist.sh prepare-release.sh release.sh
  Log:
  updating scripts
  
  Revision  Changes    Path
  1.2       +2 -0      avalon-components/dist.sh
  
  Index: dist.sh
  ===================================================================
  RCS file: /home/cvs/avalon-components/dist.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dist.sh   10 Aug 2003 20:49:47 -0000      1.1
  +++ dist.sh   10 Aug 2003 22:30:21 -0000      1.2
  @@ -1,3 +1,5 @@
  +#! /usr/bin/sh
  +
   echo =============================================================
   echo          Stupid Shell Script for maven reactor problem
   echo =============================================================
  
  
  
  1.2       +1 -0      avalon-components/local-dist.sh
  
  Index: local-dist.sh
  ===================================================================
  RCS file: /home/cvs/avalon-components/local-dist.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- local-dist.sh     10 Aug 2003 22:07:02 -0000      1.1
  +++ local-dist.sh     10 Aug 2003 22:30:21 -0000      1.2
  @@ -1,3 +1,4 @@
  +#! /usr/bin/sh
   echo =============================================================
   echo          Stupid Shell Script to grab all dists
   echo =============================================================
  
  
  
  1.2       +2 -0      avalon-components/prepare-release.sh
  
  Index: prepare-release.sh
  ===================================================================
  RCS file: /home/cvs/avalon-components/prepare-release.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- prepare-release.sh        10 Aug 2003 22:07:02 -0000      1.1
  +++ prepare-release.sh        10 Aug 2003 22:30:21 -0000      1.2
  @@ -1,3 +1,5 @@
  +#! /usr/bin/sh
  +
   gpg --edit-key 'Leo Simons'
   ./dist.sh
   ./sign.sh
  
  
  
  1.3       +4 -2      avalon-components/release.sh
  
  Index: release.sh
  ===================================================================
  RCS file: /home/cvs/avalon-components/release.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release.sh        10 Aug 2003 22:07:52 -0000      1.2
  +++ release.sh        10 Aug 2003 22:30:21 -0000      1.3
  @@ -1,5 +1,7 @@
  +#! /usr/bin/sh
  +
   export RSYNC_RSH=ssh
   
  -ssh [EMAIL PROTECTED] mkdir -p ~/public_html/avalon
  +ssh [EMAIL PROTECTED] mkdir -p ~/public_html/dist-candidates/avalon
   cd target/www.apache.org/dist/avalon
  -rsync -vRrlpt --ignore-existing * cvs.apache.org:~/public_html/avalon
  \ No newline at end of file
  +rsync -vRrlpt --ignore-existing * [EMAIL 
PROTECTED]:~/public_html/dist-candidates/avalon
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to