Skip to content

Tags: elnicoCZ/eupdate

Tags

1.10

Toggle 1.10's commit message
README updated. Signature check disabled in the testing data.

1.9

Toggle 1.9's commit message
README.md: Simple HowTo description added.

1.8

Toggle 1.8's commit message
.hgignore converted to .gitignore.

1.7

Toggle 1.7's commit message
Compare version IDs as strings instead of integers.

1.6

Toggle 1.6's commit message
Temp files moved to /tmp, rootfs_unlock called after compatibility test.

We want to remount the root file system only in case we really need to write
to it, i.e. we must already know that the update is valid and compatible.

1.5

Toggle 1.5's commit message
Merge

1.4

Toggle 1.4's commit message
eupdate: Remove the old destination file before copying the new one.

Replacing a file which is currently being executed causes cp to fail
with message "cannot create regular file ...: text file busy". Removing the old
file before copying is a simple workaround.

See http://www.linuxquestions.org/questions/linux-general-1/cannot-create-regular-file-text-file-busy-731644/

1.3

Toggle 1.3's commit message
Version number increased.

1.2

Toggle 1.2's commit message
manifest: Initial version marked as "000", applicable versions commen…

…ted out.

This is to allow the file to be directly used as the initial manifest of an app.

1.1

Toggle 1.1's commit message
Enabling tools to be executed from any system path.