root/feedmelinks/bin/rebuild-xulbars.sh

Revision 1405, 0.9 kB (checked in by jm3, 2 years ago)

updated configuration setup script to also build our crontab file, so now there are like, ZERO passwords or paths coded anywhere

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh
2
3 cd ~/public_html/install/toolbar/_xul-root
4
5 m=manifest
6 t=feedmelinks-toolbar
7
8 echo cleaning stale XPI
9 rm -f ../$t.xpi
10
11 echo cleaning stale chrome JAR file
12 rm -f chrome/$t.jar
13
14 echo build jarfile
15 cd chrome
16 zip -@ $t.jar < ../../_build/jar-$m
17 cd ..
18
19 echo building $t.xpi
20 zip -@ ../$t.xpi < ../_build/$m
21
22
23 echo DONE!
24 echo
25 echo build $PWD/../$t.xpi
26 echo
27 echo "*************************************************************************************************"
28 echo "*                                                                                               *"
29 echo "*  DO YOU NEED TO ADD ANY NEW FILES TO /Users/erdnase/fml/install/toolbar/_build/jar-manifest?  *"
30 echo "*                                                                                               *"
31 echo "*************************************************************************************************"
Note: See TracBrowser for help on using the browser.