Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
dde68788
Commit
dde68788
authored
Dec 10, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change license to AFGPLv3
parent
e66c3030
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
226 additions
and
263 deletions
+226
-263
LICENSE
LICENSE
+0
-0
epm
bin/epm
+6
-7
epm-addrepo
bin/epm-addrepo
+6
-7
epm-autoclean
bin/epm-autoclean
+6
-7
epm-changelog
bin/epm-changelog
+6
-7
epm-check
bin/epm-check
+6
-7
epm-checkpkg
bin/epm-checkpkg
+7
-8
epm-clean
bin/epm-clean
+6
-7
epm-filelist
bin/epm-filelist
+6
-7
epm-info
bin/epm-info
+6
-7
epm-install
bin/epm-install
+6
-7
epm-packages
bin/epm-packages
+6
-7
epm-query
bin/epm-query
+6
-7
epm-query_file
bin/epm-query_file
+6
-7
epm-query_package
bin/epm-query_package
+6
-7
epm-reinstall
bin/epm-reinstall
+6
-7
epm-remove
bin/epm-remove
+6
-7
epm-removerepo
bin/epm-removerepo
+6
-7
epm-repolist
bin/epm-repolist
+6
-7
epm-requires
bin/epm-requires
+6
-7
epm-search
bin/epm-search
+6
-7
epm-search_file
bin/epm-search_file
+6
-7
epm-sh-functions
bin/epm-sh-functions
+6
-7
epm-simulate
bin/epm-simulate
+6
-7
epm-update
bin/epm-update
+6
-7
epm-upgrade
bin/epm-upgrade
+6
-7
serv
bin/serv
+6
-7
serv-common
bin/serv-common
+6
-7
serv-disable
bin/serv-disable
+6
-7
serv-enable
bin/serv-enable
+6
-7
serv-list
bin/serv-list
+6
-7
serv-list_all
bin/serv-list_all
+6
-7
serv-list_startup
bin/serv-list_startup
+6
-7
serv-start
bin/serv-start
+6
-7
serv-status
bin/serv-status
+6
-7
serv-stop
bin/serv-stop
+6
-7
serv-try_restart
bin/serv-try_restart
+6
-7
eepm.spec
eepm.spec
+3
-3
pack_in_onefile.sh
pack_in_onefile.sh
+6
-7
No files found.
LICENSE
0 → 100644
View file @
dde68788
This diff is collapsed.
Click to expand it.
bin/epm
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
PROGDIR
=
$(
dirname
$0
)
...
...
bin/epm-addrepo
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_addrepo
()
...
...
bin/epm-autoclean
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_autoclean
()
...
...
bin/epm-changelog
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-query
...
...
bin/epm-check
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_check
()
...
...
bin/epm-checkpkg
View file @
dde68788
...
...
@@ -3,20 +3,19 @@
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
check_rpm_integrity
()
{
...
...
bin/epm-clean
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_clean
()
...
...
bin/epm-filelist
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-query
...
...
bin/epm-info
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-query
...
...
bin/epm-install
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# TODO: use when run install with epm --skip-installed install
...
...
bin/epm-packages
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_packages
()
...
...
bin/epm-query
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-packages
...
...
bin/epm-query_file
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2009, 2012 Etersoft
# Copyright (C) 2009, 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-search_file
...
...
bin/epm-query_package
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-packages
...
...
bin/epm-reinstall
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# copied from etersoft-build-utils/share/eterbuild/functions/rpmpkg
...
...
bin/epm-remove
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Try remove with low level removing
...
...
bin/epm-removerepo
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_removerepo
()
...
...
bin/epm-repolist
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
print_apt_sources_list
()
...
...
bin/epm-requires
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_requires
()
...
...
bin/epm-search
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# copied from korinf/tools/run-script/scripts/search
...
...
bin/epm-search_file
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# TODO: port or rewrite apt-file
...
...
bin/epm-sh-functions
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# copied from /etc/init.d/outformat (ALT Linux)
...
...
bin/epm-simulate
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-install
...
...
bin/epm-update
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# copied from korinf/tools/run-script/scripts/update
...
...
bin/epm-upgrade
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
epm_upgrade
()
...
...
bin/serv
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
PROGDIR
=
$(
dirname
$0
)
...
...
bin/serv-common
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Common call service
...
...
bin/serv-disable
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper serv-stop
...
...
bin/serv-enable
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper serv-start
...
...
bin/serv-list
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# List running services
...
...
bin/serv-list_all
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# List all available services
...
...
bin/serv-list_startup
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
serv_list_startup
()
...
...
bin/serv-start
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Start service
...
...
bin/serv-status
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
is_service_running
()
...
...
bin/serv-stop
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Stop service
...
...
bin/serv-try_restart
View file @
dde68788
...
...
@@ -3,19 +3,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper serv-status
...
...
eepm.spec
View file @
dde68788
Name: eepm
Version: 1.1.0
Release: alt
2
Release: alt
3
Summary: Etersoft EPM package manager
License:
GPLv2
License:
AFGPLv3
Group: System/Configuration/Packaging
Url: http://wiki.etersoft.ru/EPM
...
...
@@ -46,7 +46,7 @@ See detailed description here: http://wiki.etersoft.ru/EPM
install -m 0755 *packed.sh %buildroot/%_datadir/%name/
%files
%doc README TODO
%doc README TODO
LICENSE
%_bindir/epm*
%_bindir/eepm
%_bindir/upm
...
...
pack_in_onefile.sh
View file @
dde68788
...
...
@@ -5,19 +5,18 @@
# Copyright (C) 2012 Etersoft
# Copyright (C) 2012 Vitaly Lipatov <lav@etersoft.ru>
#
# This
file is free software;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
; either version 2
of the License, or
# This
program is free software:
you can redistribute it and/or modify
# it under the terms of the GNU
Affero
General Public License as published by
# the Free Software Foundation
, either version 3
of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# GNU
Affero
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment