소스 검색

developing: Describe new vendor/ changes

tags/v0.8.0
Daniel Oaks 7 년 전
부모
커밋
c9b5a73fcd
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5
    6
      DEVELOPING.md

+ 5
- 6
DEVELOPING.md 파일 보기

@@ -9,21 +9,20 @@ The intent is to keep `master` relatively stable.
9 9
 
10 10
 ## Updating `vendor/`
11 11
 
12
-The `vendor/` directory holds our dependencies. When we import new pages, we need to update this folder to contain these new deps.
12
+The `vendor/` directory holds our dependencies. When we import new repos, we need to update this folder to contain these new deps. This is something that I'll mostly be handling.
13 13
 
14 14
 To update this folder:
15 15
 
16 16
 1. Install https://github.com/dpw/vendetta
17 17
 2. `cd` to Oragono folder
18
-3. `vendetta -u -p`
18
+3. `dep ensure -update`
19
+4. `cd vendor`
20
+5. Commit the changes with the message `"Updated packages"`
21
+6. `cd ..`
19 22
 4. Commit the result with the message `"vendor: Updated submodules"`
20 23
 
21 24
 This will make sure things stay nice and up-to-date for users.
22 25
 
23
-### `/vendor` on Windows
24
-
25
-Vendetta on Windows is broken, keep this in mind while updating deps. For reference, see [dpw/vendetta#17](https://github.com/dpw/vendetta/issues/17).
26
-
27 26
 
28 27
 ## Fuzzing and Testing
29 28
 

Loading…
취소
저장