Skip to content

Commit

Permalink
Add missing repo_name
Browse files Browse the repository at this point in the history
Without it, emerge spits out a warning:

```
WARNING: One or more repositories have missing repo_name entries:

        /var/db/repos/aclex-pytorch/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
```

Even though the `README.md` file suggests any name would work, it'd be
easier maintenance to force the suggested name so that `repo_name`
matches and `emerge` stops complaining.
  • Loading branch information
waptaff committed Jan 3, 2020
1 parent 2258835 commit f55f607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/repo_name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aclex-pytorch

0 comments on commit f55f607

Please sign in to comment.