Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
52ff4353
Commit
52ff4353
authored
Dec 04, 2008
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add compat functions, remove obsoleted ginit/gpush
parent
41c29d80
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
24 deletions
+7
-24
Makefile
Makefile
+2
-1
etersoft-build-functions
etc/rpm/etersoft-build-functions
+5
-0
ginit
tools/git/ginit
+0
-9
gpush
tools/git/gpush
+0
-14
No files found.
Makefile
View file @
52ff4353
...
...
@@ -10,11 +10,12 @@ QuickHelp.txt:
install
:
$(MAKE)
-C
po
install
mkdir
-p
$(bindir)
$(sysconfdir)
/eterbuild/apt
mkdir
-p
$(bindir)
$(sysconfdir)
/eterbuild/apt
$(sysconfdir)
/rpm
mkdir
-p
$(datadir)
/eterbuild/functions/
mkdir
-p
$(datadir)
/eterbuild/pkgrepl
$(datadir)
/eterbuild/grprepl/
install
-m
755 bin/
*
$(bindir)
install
-m
644 etc/apt/
*
$(sysconfdir)
/eterbuild/apt/
install
-m
644 etc/rpm/
*
$(sysconfdir)
/rpm/
install
-m
644 etc/config
$(sysconfdir)
/eterbuild/
install
-m
644 etc/repos
$(sysconfdir)
/eterbuild/
#install -m 644 apt/apt.conf.* apt/sources.list.* %buildroot/%_sysconfdir/apt/
...
...
etc/rpm/etersoft-build-functions
0 → 100644
View file @
52ff4353
# for backward compatibility
. /usr/share/eterbuild/functions/common
load_mod rpm
load_mod publish-compat
tools/git/ginit
deleted
100755 → 0
View file @
41c29d80
#!/bin/sh
.
./etersoft-build-functions
#test -n "$SPECNAME" || SPECNAME=$(basename `pwd`).spec
PROJECTNAME
=
$(
basename
`
pwd
`
)
ssh git.alt git-init-db
$PROJECTNAME
.git
tools/git/gpush
deleted
100755 → 0
View file @
41c29d80
#!/bin/sh
.
/etc/rpm/etersoft-build-functions
#test -n "$SPECNAME" || SPECNAME=$(basename `pwd`).spec
PROJECTNAME
=
$(
basename
`
pwd
`
)
git push
--all
git.alt:packages/
$PROJECTNAME
.git
git push
--tags
git.alt:packages/
$PROJECTNAME
.git
#> $ git commit -a; A='0.23-alt1'; git tag -s $A; \
#> git tag -s -f -m 'Sisyphus release $A' sisyphus $A
\ No newline at end of file
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