Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Cleanups on js-precompiled #3738

Merged
merged 4 commits into from
Dec 7, 2016
Merged

Cleanups on js-precompiled #3738

merged 4 commits into from
Dec 7, 2016

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Dec 7, 2016

  • Build process changed, leaving old filed handing around on js-precompiled
  • Move new files out of the way, cleanup old, move new back

@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. M1-ci 🙉 Continuous integration. labels Dec 7, 2016
@@ -34,11 +34,16 @@ git fetch origin 2>$GITLOG
git checkout -b $BRANCH

echo "*** Committing compiled files for $UTCDATE"
mv build ../build.new
git pull origin/$BRANCH -X ours --commit -m "$UTCDATE [merge]"
git rm build/*.*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest using * instead of *.*. Some files might not have a dot in the name.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e8a67da on jg-js-precompiled into ** on master**.

git pull origin/$BRANCH -X ours --commit -m "$UTCDATE [merge]"
git rm build/*.*
git commit -m "$UTCDATE [rm]"
cp -f ../build.new/*.* build/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mv instead of cp should be faster.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e8a67da on jg-js-precompiled into ** on master**.

@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Dec 7, 2016
@arkpar arkpar merged commit 5f10218 into master Dec 7, 2016
@arkpar arkpar added the B0-patch label Dec 7, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 4d72be7 on jg-js-precompiled into ** on master**.

@jacogr jacogr deleted the jg-js-precompiled branch December 7, 2016 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M1-ci 🙉 Continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants