- Notifications
You must be signed in to change notification settings - Fork169
Tool for remote builds. Sync project to remote machine, execute command, sync back.
License
buildfoundation/mainframer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A tool that executes a command on a remote machine while syncing files back and forth.The process is known as remote execution (in general) and remote build (in particular cases).
Mainframer helps to move heavy operations (like compiling the source code)from a personal computer to a dedicated machine. This way you, as a developer,can use your machine for changing the source code or browsing the documentationwithout constant freezes and hearing jet engine-like sounds caused by the build process.The execution itself is not limited and can be applied to actionslike encoding audio and video, batch processing and more.
It works via pushing files to the remote machine, executing the command thereand pulling results to the local machine.
$mainframer ./gradlew buildSync local → remote machine...:buildBUILD SUCCESSFULSync remote → local machine...$java -jar build/libs/sample.jarThis program was built on a remote machine!
2.x— the stable version, recommended for production use.3.x— the future version, in active development at this point.- Mainframer is going to bea system-wide tool.
- Mainframer isrewritten in Rust.
- Mainframer will speed up most of existing workflows bysyncing during remote command execution.
In October 2018, Mainframer was transferred fromgithub/gojuno togithub/buildfoundation.It was a friendly agreement between Juno Inc. and Build Foundation afterthe core developer of the project@artem-zinnatullin left the company.
The motivation for the transfer is to have a neutral space for the future work on the project.
Copyright 2018 Mainframer Maintainers.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.About
Tool for remote builds. Sync project to remote machine, execute command, sync back.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.