Skip to content

Commit 87bc94d

Browse files
authored
Update repo-split notes
1 parent 85f4b81 commit 87bc94d

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

NOTES.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,9 @@ REPO_NAME="..."
2525
git hub repo-new PDLPorters/$REPO_NAME
2626
```
2727

28-
## Enchant
28+
## CI
2929

30-
```markdown
31-
- [ ] Travis-CI <https://travis-ci.org/PDLPorters/$REPO> (https://travis-ci.org/profile/PDLPorters)
32-
- [ ] Appveyor CI (https://ci.appveyor.com/)
33-
- [ ] Coveralls <https://coveralls.io/r/PDLPorters/$REPO> (https://coveralls.io/repos/new?name=PDLPorters)
34-
- [ ] IRC notifications (handled by devops `enchant` script)
35-
```
36-
37-
```shell
38-
./tool/enchant $REPO_NAME
39-
```
30+
Copy from main-PDL or one of the submodules like pdl-linearalgebra (for a Fortran module).
4031

4132
## How to split history
4233
Make sure `git-subtree` is installed and works (if not, get from
@@ -61,6 +52,8 @@ git push origin
6152
popd
6253
```
6354

55+
Consider copying `MANIFEST.SKIP` and `.gitignore` sections.
56+
6457
## How to restructure repo into lib/*
6558
```
6659
for x in $(find * -name examples -prune -o -name blib -prune -o -name \*.pm -print)

0 commit comments

Comments
 (0)