You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", fmt.Errorf("package source %s too short", source)
}
What's up with that?
Detailed Description
There's apparently now a text editor named o in a repository I am mirroring and I am getting ERROR: unable to publish: unable to process packages: package source o too short and since it has been added I can no longer publish the repository.
Possible Implementation
Can this check simply be removed? I was unable to find any documentation as to why it is necessary for packages to be at least 2 characters long.
Your Environment
The repository I am mirroring:
aptly mirror create main https://termux.org/packages/ stable
The text was updated successfully, but these errors were encountered:
ghost
pushed a commit
to termux/termux-packages
that referenced
this issue
Feb 11, 2020
aptly/deb/package.go
Lines 645 to 647 in 24a0271
What's up with that?
Detailed Description
There's apparently now a text editor named
o
in a repository I am mirroring and I am gettingERROR: unable to publish: unable to process packages: package source o too short
and since it has been added I can no longer publish the repository.Possible Implementation
Can this check simply be removed? I was unable to find any documentation as to why it is necessary for packages to be at least 2 characters long.
Your Environment
The repository I am mirroring:
The text was updated successfully, but these errors were encountered: