Update push.sh with the new branch location for the trunk. Update package.sh, adding the newly-required file svg_transform.py.
This commit is contained in:
parent
f4cca44faf
commit
fdabe02701
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCOURVER="0.25"
|
SCOURVER="0.25"
|
||||||
cd ..
|
cd ..
|
||||||
zip scour/tarballs/scour-$SCOURVER.zip scour/scour.py scour/yocto_css.py scour/svg_regex.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html
|
zip scour/tarballs/scour-$SCOURVER.zip scour/scour.py scour/yocto_css.py scour/svg_regex.py scour/svg_transform.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html
|
||||||
cd scour
|
cd scour
|
||||||
zip tarballs/scour-inkscape-extension-$SCOURVER.zip scour.inx scour.inkscape.py scour.py svg_regex.py scour/yocto_css.py
|
zip tarballs/scour-inkscape-extension-$SCOURVER.zip scour.inx scour.inkscape.py scour.py svg_regex.py svg_transform.py scour/yocto_css.py
|
||||||
|
|
|
||||||
2
push.sh
2
push.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Pushes updates from the trunk
|
# Pushes updates from the trunk
|
||||||
bzr push bzr+ssh://codedread@bazaar.launchpad.net/~codedread/scour/trunk
|
bzr push bzr+ssh://codedread@bazaar.launchpad.net/~scouring/scour/trunk
|
||||||
|
|
||||||
# Merge into our branch
|
# Merge into our branch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue