use git-submodule for libraries #1

Open
laforge wants to merge 3 commits from laforge/submodule into master
Owner

Instead of copying all the library code, import it as a submodule from the new osmocom-analog-libraries.git

Instead of copying all the library code, import it as a submodule from the new osmocom-analog-libraries.git
laforge added 3 commits 2022-05-01 12:24:16 +00:00
ee406e06db move all libraries from src/lib* to src/lib/lib*
This is in preparation of using the new osmocom-analog-libraries
git as submodule.
a8d04b097f remove src/lib from this repository
preparation to use git submodule
7f7332ec6d Use osmocom-analog-libraries submodule
This prevents further code duplication between the various lib*
copies that originate from osmocom-analog.
laforge requested review from jolly 2022-05-01 12:24:41 +00:00
This pull request has changes conflicting with the target branch.
  • configure.ac
  • src/Makefile.am
  • src/libfilter/iir_filter.c
  • src/libfilter/iir_filter.h
  • src/libjitter/jitter.c
  • src/libjitter/jitter.h
  • src/liboptions/options.c
  • src/liboptions/options.h
  • src/libsample/sample.c
  • src/libsample/sample.h
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b laforge/submodule master
git pull origin laforge/submodule

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff laforge/submodule
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cc/osmo-cc-alsa-endpoint#1
No description provided.