Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

[deps] Remove old deps scripts and update deps README as README.md #391

Merged
merged 1 commit into from
Nov 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions deps/README

This file was deleted.

24 changes: 24 additions & 0 deletions deps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
ZJS Dependencies
================

This directory contains projects that the ZJS work depends on so we can
maintain our own patches to them when necessary.

Now we use git submodules to maintain these dependencies, so the old scripts
that were here have been removed. Use `make update` to sync the dependencies
to the commits they are supposed to be on given the version of ZJS you have
checked out. This update target runs automatically when you build normally.

To update the commit for a dependency directory, change to the `deps`
subdirectory and check out the desired commit. Then when you look at your
`git diff` back at the root level, you will see the change and can commit it.

For example:

```bash
$ cd deps/zephyr
$ git checkout v1.6.0
$ cd ../..
$ git add deps/zephyr
$ git commit
```
48 changes: 0 additions & 48 deletions deps/getrepos

This file was deleted.

49 changes: 0 additions & 49 deletions deps/update

This file was deleted.