Commit e8e7f80
committed
Make parseAPTConfigLine public
We already have a way to go from a repository to a line, via
`Repository.APTConfigLine`. There is a valid usecase to have the
reverse, go from a line to a Repository: for instance some software will
expect such a line as input/output (Ansible's apt_repository's repo for
instance). Given that it's unlikely that the implementation of it will
see breaking changes, I don't see any reason to keep it private.1 parent 0d7233b commit e8e7f80
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments