dothq / browser-desktop

Dot Browser for Windows, macOS and Linux
http://developer.dothq.org/
Mozilla Public License 2.0
389 stars 25 forks source link

./mach import-patches fails #272

Closed happy-code-time closed 1 year ago

happy-code-time commented 1 year ago

After all previous commands based on

https://developer.dothq.org/contributing/building_the_browser/linux.html

trying to execute command

./mach import-patches

inside dot directory

Executing mach from cwd /home/username/Documents/gecko-dev.
It looks like you are trying to run an unknown mach command: import-patches

Did you want to run any of these commands instead: import-pr, wpt-test-paths, wpt-update?

Run |mach help| to show a list of commands.

On branch

release

kierandrewett commented 1 year ago

Interesting, I will take a look at this later today.

Thanks for reporting this!

kierandrewett commented 1 year ago

I have just pushed a fix for this.

If you enter your dot directory and run the following commands:

git pull
./scripts/sync.py

You should then be able to run ./scripts/install_mach_commands.py. If it's successful, you can just continue from Importing patches in the documentation.

Let me know how it goes 👍