Skip to content

Commit

Permalink
info update (#6)
Browse files Browse the repository at this point in the history
* update README.md.

* use gitlab-cicd

* move the version of firecracker to v0.24.0

* fix: firecracker-submodule build error

* remove useless-info

Co-authored-by: LazyLazy <hui.fan@mail.ru>
Co-authored-by: Linux User <fh@1271v3.ctc>
  • Loading branch information
3 people committed Dec 30, 2020
1 parent 81595eb commit cd1a7f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pack: release
\
git submodule update --init --recursive
cd tools/firecracker \
&& cargo build --release --target-dir=$(BUILD_DIR) \
&& cargo build --release --target=$(TARGET) --target-dir=$(BUILD_DIR) \
&& cp $(BUILD_DIR)/$(TARGET)/release/firecracker $(PACK_DIR)/
\
chmod -R +x $(PACK_DIR)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# tt

![pipeline status](https://git.lug.ustc.edu.cn/kt10/ttstack/badges/master/pipeline.svg)
![coverage report](https://git.lug.ustc.edu.cn/kt10/ttstack/badges/master/coverage.svg)
![](https://tokei.rs/b1/github/rustcc/ttstack)
![pipeline status](https://gitlab.com/ktmlm/ttstack/badges/master/pipeline.svg)
![coverage report](https://gitlab.com/ktmlm/ttstack/badges/master/coverage.svg)

A light-weight 'private cloud solution' for SMEs, it can bring huge help and commercial value to start-up companies.

Expand Down Expand Up @@ -175,6 +175,8 @@ tt env del TEST
## Statistics

```
# Tips: cargo install tokei
(git)-[master]-% tokei
===============================================================================
Language Files Lines Code Comments Blanks
Expand Down
2 changes: 1 addition & 1 deletion tools/firecracker
Submodule firecracker updated from 65c25f to 74a573

0 comments on commit cd1a7f2

Please sign in to comment.