Page MenuHomeDevCentral

Redirection into the gulfpipe test into /components/gulfpipe.js
AbandonedPublic

Authored by MoustaphaAs on Nov 14 2024, 11:14.
Tags
None
Referenced Files
F11691293: D3589.id9251.diff
Wed, Sep 10, 20:58
F11690032: D3589.id.diff
Wed, Sep 10, 16:59
F11689856: D3589.id.diff
Wed, Sep 10, 16:42
F11688563: D3589.diff
Wed, Sep 10, 15:06
F11684916: D3589.diff
Wed, Sep 10, 07:13
Unknown Object (File)
Tue, Sep 9, 10:21
Unknown Object (File)
Sun, Sep 7, 06:28
Unknown Object (File)
Thu, Sep 4, 17:19
Subscribers
None

Details

Diff Detail

Repository
rUPSECTION Upsection
Lint
Lint Passed
Unit
No Test Coverage
Branch
maketest
Build Status
Buildable 5704
Build 5986: arc lint + arc unit

Event Timeline

MoustaphaAs created this revision.
This revision is now accepted and ready to land.Nov 14 2024, 18:36
dereckson requested changes to this revision.Nov 16 2024, 23:33

In production, if we are in /home/luser/dev/nasqueron/foo, gulpfile.babel.js would be copied from /home/luser/dev/components/gulpfile.js.

So ../../components is only a valid path for the test site, not for production.

We can do the same thing than for UPSECTION variable:

  • define it at the production value by default
  • use ?= to allow override
  • override in make test
This revision now requires changes to proceed.Nov 16 2024, 23:33

Done in an other commit D3597