Skip to content

Conversation

@PolarGoose
Copy link
Contributor

@PolarGoose PolarGoose commented May 31, 2025

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.10 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-61-262122-20250531-1

@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels May 31, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Executable C:\Users\validator\AppData\Local\Microsoft\WinGet\Packages\thekid.inotifywait__DefaultSource\inotifywait.exe returned exit code: 1 Executable C:\Users\validator\AppData\Local\Microsoft\WinGet\Links\inotifywait.exe returned exit code: 1

Hex Dec Inverted Dec Symbol Description
00000001 1 -4294967295 ERROR_INVALID_FUNCTION Incorrect function.

(Automated response - build 1061.)

@PolarGoose
Copy link
Contributor Author

Automatic Validation ended with:

Executable C:\Users\validator\AppData\Local\Microsoft\WinGet\Packages\thekid.inotifywait__DefaultSource\inotifywait.exe returned exit code: 1 Executable C:\Users\validator\AppData\Local\Microsoft\WinGet\Links\inotifywait.exe returned exit code: 1

Hex Dec Inverted Dec Symbol Description
00000001 1 -4294967295 ERROR_INVALID_FUNCTION Incorrect function.
(Automated response - build 1061.)

It is expected. The command returns error code 1 when no arguments are provided.

@stephengillie
Copy link
Collaborator

Manual Validation ended with:

PS C:\Users\User\Desktop> C:\Users\User\AppData\Local\Microsoft\WinGet\Links\inotifywait.exe
Usage: inotifywait [options] path [...]

Options:
-r/--recursive: Recursively watch all files and subdirectories inside path
-m/--monitor: Keep running until killed (e.g. via Ctrl+C)
-q/--quiet: Do not output information about actions
-e/--event list: Which events (create, modify, delete, move) to watch, comma-separated. Default: all
--format format: Format string for output.
--exclude: Do not process any events whose filename matches the specified regex
--excludei: Ditto, case-insensitive
--include: Only process events whose filename matches the specified regex
--includei: Ditto, case-insensitive

Formats:
%e : Event name
%f : File name
%w : Path name
%T : Current date and time
PS C:\Users\User\Desktop> Get-ARPTable -DisplayName inotifywait

DisplayName : inotifywait
DisplayVersion : 1.10
Publisher : thekid
ProductCode : thekid.inotifywait__DefaultSource
Scope : User

PS C:\Users\User\Desktop>

(Automated response - build 1061.)

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 6a3862c into microsoft:master Jun 3, 2025
1 check passed
@stephengillie stephengillie added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jun 3, 2025
@wingetbot
Copy link
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Package Publish-Pipeline-Succeeded Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants