Page MenuHomeSoftware Heritage

make-package: Allow to specify the source to build the package for
ClosedPublic

Authored by ardumont on Jul 18 2018, 1:41 PM.

Details

Summary

It sometimes happen that the build is broken on unstable due to a
random amount of upstream dependencies failing to build. Thus making
our package build impossible to run completely (stable is our current
infra target).

This allows for avoiding properly the issue by being able to specify the
target to build the package for. And this, without having to locally amend
the script.

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont added inline comments.
bin/make-package
16

i missed the tab there, is it normal the lines before are tabbed?

olasd added a subscriber: zack.

I see a bunch of things to improve but I don't think it's reasonable to implement them in shell; this is better than the status quo, I guess :)

bin/make-package
16

I think one of our editor's shell configuration mixes tabs and spaces. I've noticed that before (maybe it was @zack ?)

This revision is now accepted and ready to land.Jul 18 2018, 1:59 PM
bin/make-package
16

I'll fix it since i'm on it.
Thanks for the review.

Amend with fix of mix tab/spaces

This revision was automatically updated to reflect the committed changes.