I'm having a problem with one of my packages. There are no problems or errors during the build and upload process.
But when I try to access my private repository, I get this message:
Code: Select all
An unhandled exception has occured
"3473373688" is an invilid integerControl file:
Code: Select all
package : programs
version : 24.0.379.0-1
architecture : all
section : base
priority : optional
maintainer : Dupond Dupond
description : automatic package for Logiciel 2015 2 (Editeur A/S)
depends :
conflicts :
sources :
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing program')
run(r'\Program\Install.exe /qn /c\Program\My_administrative_settings.xml')
