mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
62efd95607
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1.6 KiB
1.6 KiB
category, date, description, image, tags, title
| category | date | description | image | tags | title | ||
|---|---|---|---|---|---|---|---|
| gsoc | 2021-07-09T22:22:00 | This week was dedicated to perfecting CMake Installation Configuration. The installation was tested and bugs were discussed. | /images/tech-wallpaper-8.webp |
|
Coding Week 5 Meeting |
This week was dedicated to perfecting CMake Installation Configuration. The installation was tested and bugs were discussed.
Week 5 Progress
CMake Installation Configuration is almost complete.
- FOSSology can be installed completely via CMake
- Post install script generation also added
- To test the current progress, follow the instructions here
Discussions
- There are permission problems while running bash script of
nomos,monkandgenvendor.- One possible fix can be to add
bashbefore each bash scripts. - The other fix is to modify shebang line in each script from
#!/bin/shto#!/bin/bash.
- One possible fix can be to add
- In copyright agent same files are being compiled thrice, this is
slowing down the build.
- I am working on it. The problem is occurring because of three different executables.
- I will try to combine the common objects together.
- There are some redundant files in the installation. And VERSION file
is missing in
/usr/local/share/fossology.
Conclusion and Further Plans
- Fix copyright build.
- Remove redundant files and folders.
- Fix permission issues.