I am hosting a personal repo for my friends. I am using the cyman script to generate and maintain the repo. I have my repo hosted at http://184.95.54.221/
The problem is that on the iphone when you go into the repo you cannot see the packages and the packages cannot be found. However they are still "listed". You're welcome to install the repo to look.
Asked
Active
Viewed 244 times
2

bjm904
- 79
- 3
- 11
-
You should mention how this relates to programming, or people will probably come and close this question. – Nate May 18 '13 at 21:23
2 Answers
2
Make sure your repo has the file called packages.gz
You can create it using the command
dpkg-scanpackages -m . /dev/null >Packages

Omar
- 492
- 4
- 10
-
it does. I verified that it has all the files required and that they are all correct and up to date. – bjm904 May 20 '13 at 04:47
-
try running that command inside the folder that contains either the folder of the debs or the actual debs themselves – Omar May 20 '13 at 21:09
1
Your 'Packages' file is invalid. Name, Author, Depiction, Icon - these fields has indentation at the beginning of a line. Remove it and Cydia will see your packages.

creker
- 9,400
- 1
- 30
- 47