Codebase list rust-libslirp / 94d1ee9
tweak README.rst Ximin Luo 4 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
145145 clears out your build directory, making the subsequent steps a bit faster.
146146 2. ``./update.sh <CRATE>`` for all your relevant packages
147147 3. Do any manual updates.
148 4. ``cd build` then ``IGNORE_MISSING_BUILD_DEPS=1 ./build.sh <CRATE> *.deb``
148 4. ``cd build`` then ``IGNORE_MISSING_BUILD_DEPS=1 ./build.sh <CRATE> *.deb``
149149 for all your relevant packages, in dependency order.
150150 5. Deal with any issues that come up.
151151 6. Push your updates to our git.
165165 2. To explore git, to remember what step you're on and to lookup previous
166166 reference material.
167167 3. To explore the build directory, e.g. logs and crate source code.
168 4. To run a build. Try to have one running in the background at all times, for
169 the next package you didn't look at yet, to save time waiting.
168 4. To run a build. Try to have one running here at all times, for the next
169 package you didn't look at yet, to save time waiting.
170170
171171 There are also various scripts in ``dev/*`` that might help you. They should
172172 have a couple lines at the top of the source code describing their