flapjack / omnibus-flapjack

Flapjack packages for all! Build the packages, and update the repositories.
http://flapjack.io
23 stars 14 forks source link

flapjack maint/1.x precise build failing #68

Closed jessereynolds closed 9 years ago

jessereynolds commented 9 years ago

From

roberta> Failed build of Flapjack maint/1.x for ubuntu precise package (experimental) in 14m 25s, log: http://is.gd/LRIIct

...
               [Software: flapjack] I | Dirtied the cache
                    [Packager::DEB] W | Dashes hold special significance in the Debian package versions. Versions that contain a dash and should be considered an earlier version (e.g. pre-releases) may actually be ordered as later (e.g. 12.0.0-rc.6 > 12.0.0). We'll work around this by replacing dashes (-) with tildes (~). Converting `1.2.1~+20150108025039-maint.1.x-precise' to `1.2.1~+20150108025039~maint.1.x~precise'.
                    [Packager::DEB] I | Rendering `/var/lib/gems/1.9.1/bundler/gems/omnibus-31a414fb838e/resources/deb/control.erb' to `/tmp/flapjack20150108-123-xb2zow/DEBIAN/control'
                    [Packager::DEB] I | Rendering `/var/lib/gems/1.9.1/bundler/gems/omnibus-31a414fb838e/resources/deb/md5sums.erb' to `/tmp/flapjack20150108-123-xb2zow/DEBIAN/md5sums'
                    [Packager::DEB] I | Creating .deb file
                    [Packager::DEB] W | Dashes hold special significance in the Debian package versions. Versions that contain a dash and should be considered an earlier version (e.g. pre-releases) may actually be ordered as later (e.g. 12.0.0-rc.6 > 12.0.0). We'll work around this by replacing dashes (-) with tildes (~). Converting `1.2.1~+20150108025039-maint.1.x-precise' to `1.2.1~+20150108025039~maint.1.x~precise'.
                    [Packager::DEB] W | Dashes hold special significance in the Debian package versions. Versions that contain a dash and should be considered an earlier version (e.g. pre-releases) may actually be ordered as later (e.g. 12.0.0-rc.6 > 12.0.0). We'll work around this by replacing dashes (-) with tildes (~). Converting `1.2.1~+20150108025039-maint.1.x-precise' to `1.2.1~+20150108025039~maint.1.x~precise'.
                    [Packager::DEB] W | Dashes hold special significance in the Debian package versions. Versions that contain a dash and should be considered an earlier version (e.g. pre-releases) may actually be ordered as later (e.g. 12.0.0-rc.6 > 12.0.0). We'll work around this by replacing dashes (-) with tildes (~). Converting `1.2.1~+20150108025039-maint.1.x-precise' to `1.2.1~+20150108025039~maint.1.x~precise'.
                       [Compressor] I | No compressor defined for `debian'.
ls: cannot access flapjack_1.2.1~+20150108025039-maint.1.x-precise*.deb: No such file or directory
jessereynolds commented 9 years ago

Looks like we need to update the package filename in the rake tasks accordingly with omnibus's modifications (replacing '-' with '~')

Sarah-E-Greene commented 9 years ago

That would be https://github.com/flapjack/omnibus-flapjack/issues/65.

jessereynolds commented 9 years ago

Ah right