-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(debianize): Debian folder to create deb packages #35
Open
GMishx
wants to merge
1
commit into
master
Choose a base branch
from
feat/debianize
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GMishx
force-pushed
the
feat/debianize
branch
2 times, most recently
from
August 9, 2018 13:51
e92a132
to
9e7df27
Compare
There is still an issue. The debian package is installing required data under
But the setuptools are guiding the program to look under
This feature is working fine with Solved by 1c73fa3 |
Also getting a warning:
Do you have any idea about this @amanjain97 ? |
GMishx
added
the
has merge conflicts
The PR has merge conflicts which needs to be resolved
label
Oct 29, 2018
GMishx
force-pushed
the
feat/debianize
branch
from
October 29, 2018 10:58
1c73fa3
to
a24b7a9
Compare
GMishx
removed
the
has merge conflicts
The PR has merge conflicts which needs to be resolved
label
Oct 29, 2018
@GMishx please rebase |
GMishx
force-pushed
the
feat/debianize
branch
from
December 14, 2018 05:21
a24b7a9
to
8cca3d8
Compare
GMishx
force-pushed
the
feat/debianize
branch
5 times, most recently
from
October 24, 2019 14:12
10ade86
to
3bcbf49
Compare
GMishx
force-pushed
the
feat/debianize
branch
from
October 14, 2020 13:04
3bcbf49
to
727301d
Compare
Add Debian information to atarashi to get deb packages. Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
GMishx
force-pushed
the
feat/debianize
branch
from
December 10, 2020 12:13
727301d
to
444d0ea
Compare
Hey @GMishx ,
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added debian folder to debianize atarashi.
Creating Debian packages
debian/control
code_comment
and other dependencies from requirements.txt# python3 -m pip install -r requirements.txt
How to test
.deb
on a fresh PC..deb
on a fresh PC.python3 setup.py install
on a fresh PC.