CustomBuild false report of upgrade avaiable for RoundCube

groenleer

Verified User
Joined
Jul 24, 2006
Messages
14
Location
Tilburg
Hello,

I was wondering, the CustomBuild plugin is reporting that i have an update available for RoundCube.
After some digging i noticed the CustomBuild plugin is just reporting what CustomBuild is reporting.

A simple call to:
/usr/local/directadmin/custombuild/build versions_json

results in the following json code:
Code:
{
        "roundcube": {
                "name": "RoundCube",
                "current": "0",
                "offered": "1.3.0"
        }
}

As you will notice CustomBuild is currently reporting that there is no version, or a version with build number 0 installed.
So i decided to update RoundCube, perhaps something went wrong, altough the RoundCube installation is working fine.

Code:
root:/usr/local/direcadmin/custombuild# ./build roundcube
Editing roundcube configuration...
Roundcube 1.3.0 has been installed successfully.
Executing database schema update.
Indexing contacts for user 1...
Indexing contacts for user 2...
Indexing contacts for user 3...
Indexing contacts for user 4...
done.
This instance of Roundcube is up-to-date.
Have fun!


Am i the only one who is experiencing this?
How could i solve this? As it is not only reporting within DirectAdmin, it is also reporting some other monitoring systems that query CustomBuild.

Thanks for the help.
 
Even stranger, after trying to update it like 15 times (it happens semi-automaticly) it seems to be resolved and it is being reported back as version 1.3.0 installed.
 
Back
Top