Bug #15163

Automated tests fail: 3.4 ISO was not uploaded to our ISO annex

Added by intrigeri 2018-01-11 10:32:19 . Updated 2018-01-12 13:43:11 .

Status:
Resolved
Priority:
High
Assignee:
Category:
Continuous Integration
Target version:
Start date:
2018-01-11
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

Looks like a release process step was skipped or failed:

$ git annex whereis tails-amd64-3.4
whereis tails-amd64-3.4/tails-amd64-3.4.iso (1 copy) 
    a3bec17d-6a95-434a-b7b4-4366d7e029f6 -- anonym@t430:~/src/tails/isos
ok
whereis tails-amd64-3.4/tails-amd64-3.4.iso.sig (1 copy) 
    a3bec17d-6a95-434a-b7b4-4366d7e029f6 -- anonym@t430:~/src/tails/isos
ok

Subtasks


History

#1 Updated by anonym 2018-01-12 13:43:11

  • Status changed from Confirmed to Resolved
  • Assignee deleted (anonym)
  • % Done changed from 0 to 100

Fixed! Apparently (according to my history) I did copy ... --too (notice the extra “o”) which explains it. Well, and the fact that I have a problem with verifying that the commands I issue succeed. This is nothing new, and in an effort to fix it I actually added $? to my terminal prompt last week. Sadly it wouldn’t have helped in this case where I even ignored the error message (I must have issued the command and then never looked back at that terminal tab).