Update app build scripts for new combined repo
Also: - Replace `install.rdf` with `version` file - Remove lots of obsolete logic in `prepare_build` (formerly `build_xpi`)
This commit is contained in:
parent
1ab041ef55
commit
c55ef8714b
13 changed files with 102 additions and 235 deletions
|
@ -54,9 +54,9 @@ fi
|
|||
|
||||
"$SCRIPT_DIR"/check_requirements
|
||||
|
||||
VERSION="`perl -ne 'print and last if s/.*<em:version>(.*)<\/em:version>.*/\1/;' \"$SOURCE_DIR\"/install.rdf`"
|
||||
VERSION="`cat \"$SOURCE_DIR\"/version`"
|
||||
if [ -z "$VERSION" ]; then
|
||||
echo "Error getting version from $SOURCE_DIR/install.rdf"
|
||||
echo "Error getting version from $SOURCE_DIR/version"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue