1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

14 Commits

Author SHA1 Message Date
netfreak98
2da842a9d7 Updated additional packages requirements 2020-06-18 14:56:57 +02:00
Julien Fortin
76bb5414c0 README: add Alexandre Derumier in the contributor's list
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2020-05-27 15:55:41 +02:00
Julien Fortin
22a0d0ae7c Update README.rst 2020-04-25 15:40:25 +02:00
Julien Fortin
62d960cc1b completion: removing argcomplete support
this feature doesn't seem to be working anyway. This can be revisited in the
future but this allows us to drop the python3-argcomplete dependency for now

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2020-04-14 16:50:04 +02:00
Rostislav Kandilarov
06dd888a28 Add python-setuptools as required preinstalled package
On some kind-of-minimalistic  Ubuntu 18.04.1 extra python package `python-setuptools` was needed in order to compile from source the final DEB.

```
dpkg-buildpackage: info: source version 1.2.1
dpkg-buildpackage: info: source changed by Julien Fortin <julien@cumulusnetworks.com>
 dpkg-source --before-build ifupdown2
dpkg-buildpackage: info: host architecture amd64
dpkg-checkbuilddeps: error: Unmet build dependencies: python-setuptools
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
```
2018-12-13 14:43:57 -08:00
Julien Fortin
c69c3081f3 README: update deb version (1.2.1) 2018-12-13 14:43:57 -08:00
Julien Fortin
24c625ee16 README: update dependency list: fakeroot, build-essential 2018-12-13 14:43:57 -08:00
Julien Fortin
31d31fed16 README: update build dependency list
build dependency line was missing 'devscripts'
2018-12-13 14:43:57 -08:00
Julien Fortin
d5a6c42675 README: update build instruction to switch to maste-next branch
The building instruction didn't mention that users should checkout the master-next branch and build from it. This branch contains the lastest ifupdown2 version
2018-12-13 14:43:57 -08:00
Julien Fortin
dc0aeb8ffb README: remove rst2man from dependency list 2018-12-13 14:43:57 -08:00
Julien Fortin
13cc711dd2 renamed: README -> README.rst
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2018-12-13 14:42:35 -08:00
Julien Fortin
d486dd0df0 ifupdown2 2.0.0 release
This is a major update coming all at once from master-next branch
master-next branch was started with --orphan option which is basically a new
branch without history.

The major changes are:
    - repackaging
    - cleanup the directory tree
    - rewritte setup.py to allow install from deb file or pypi (pip install)
    - add a Makefile to make things (like building a deb) easier
    - review all debian files

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2018-12-13 11:43:32 -08:00
Jeffrey
fc7fac14b2 Update README.rst (#11)
Fixed formatting issue which did put the second 'apt-get install' line behind the first one.
2017-08-01 16:08:10 +02:00
Roopa Prabhu
ff50f301d5 move ifupdown2/* .
ifupdown2 code was one level deeper because ifupdown2 initially
had ifupdown2 and ifupdown2-addons as two separate packages.
Since they were combined into one package, it makes sense to
move all combined code under the top level directory

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
2015-08-02 05:05:52 -07:00