index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/intentions-queue | 3 |
diff --git a/lib/intentions-queue b/lib/intentions-queue index 789d2d5..6744ca0 100755 --- a/lib/intentions-queue +++ b/lib/intentions-queue @@ -31,7 +31,8 @@ fi # intent_something # create an intention, provided on stdin -# note, that this function is not thread-safe +# note, that this function is not thread-safe - use the lock +# $package_database_lock_file externally intent_something() { local next_number next_number=$(( |