mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
*** NOT PART OF BUILD ***
Copying the mozilla-installer shell script too as part of the delivered build.
This commit is contained in:
parent
0f4e0ed7be
commit
40ad0f81fe
@ -104,8 +104,10 @@ if ($aBuildWizard eq "buildwizard")
|
||||
|
||||
#// deliver wizard to staging area (mozilla/installer/stage)
|
||||
copy("$WIZARD/mozilla-installer", $RAW);
|
||||
copy("$WIZARD/mozilla-installer-bin", $RAW);
|
||||
copy("$WIZARD/README", $RAW);
|
||||
copy("$WIZARD/MPL-1.1.txt", $RAW);
|
||||
chmod(0755, "$RAW/mozilla-installer"); #// ensure shell script is executable
|
||||
|
||||
spew("Completed delivering wizard");
|
||||
|
||||
@ -128,13 +130,14 @@ spew("Completed making .xpis");
|
||||
#-------------------------------------------------------------------------
|
||||
# Package stub and sea
|
||||
#-------------------------------------------------------------------------
|
||||
#// tar and gzip mozilla-installer, README, license, config.ini into stub
|
||||
#// tar and gzip mozilla-installer, mozilla-installer-bin, README, license,
|
||||
#// config.ini into stub
|
||||
chdir($RAW);
|
||||
system("tar cvf $STUB/$aStubName.tar mozilla-installer README config.ini MPL-1.1.txt");
|
||||
system("tar cvf $STUB/$aStubName.tar mozilla-installer mozilla-installer-bin README config.ini MPL-1.1.txt");
|
||||
system("gzip $STUB/$aStubName.tar");
|
||||
|
||||
#// tar and gzip mozilla-installer, README, license, config.ini, and .xpis
|
||||
#// into sea
|
||||
#// tar and gzip mozilla-installer, mozilla-installer-bin, README, license,
|
||||
#// config.ini, and .xpis into sea
|
||||
system("tar cvf $BLOB/$aBlobName.tar .");
|
||||
system("gzip $BLOB/$aBlobName.tar");
|
||||
chdir($_orig);
|
||||
|
Loading…
x
Reference in New Issue
Block a user