You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add Travis CI test for this repository .
As first step, only to verify the all the existing recipe files's style format.
The CI can be on Travis CI + Fedora Docker + rpm-list-builder.
The entire concept is something like below picture.
for recipe in recipe_file_list in the repository:
for collection_id in the recipe's collection_ids:
verify command by rpm-list-builder.
As a first way, I tried blow command that I expected that is kind of verify command to only run Recipe#verify. But it needed for the directory to be created.
(venv) $ rpmlb --build dummy ror.yml rh-ror50
...
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/rpmlb-k8dixpt_/001/rh-ror50'
Propose for enhancement.
I want to add Travis CI test for this repository .
As first step, only to verify the all the existing recipe files's style format.
The CI can be on Travis CI + Fedora Docker + rpm-list-builder.
The entire concept is something like below picture.
As a first way, I tried blow command that I expected that is kind of verify command to only run Recipe#verify. But it needed for the directory to be created.
But below command works.
This time we can use this logic.
In the future the logic can be run by
rpmlb --verify RECIPE_FILE COLLECTION_ID
How do you think?
The text was updated successfully, but these errors were encountered: