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
502917c6
Commit
502917c6
authored
Jan 31, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes
parent
4f8dad7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile
Makefile
+2
-0
loginhsh
bin/loginhsh
+2
-0
srpms
etc/repos/srpms
+1
-1
No files found.
Makefile
View file @
502917c6
...
...
@@ -20,6 +20,8 @@ install:
mkdir
-p
$(DESTDIR)$(pkgdatadir)
/functions/
mkdir
-p
$(DESTDIR)$(pkgdatadir)
/pkgrepl
$(DESTDIR)$(pkgdatadir)
/grprepl/
install
-m
755 bin/
*
$(DESTDIR)$(bindir)
# do not pack anymore
rm
-f
$(DESTDIR)$(bindir)
/mkpatch
install
-m
644 etc/apt/
*
$(DESTDIR)$(sysconfdir)
/eterbuild/apt/
install
-m
644 etc/rpm/
*
$(DESTDIR)$(sysconfdir)
/rpm/
install
-m
644 etc/config
$(DESTDIR)$(sysconfdir)
/eterbuild/
...
...
bin/loginhsh
View file @
502917c6
...
...
@@ -98,6 +98,8 @@ fi
if
[
"
$CLEANUP
"
=
"1"
]
;
then
echog
"Cleanup hasher in
$HASHERDIR
..."
docmd
$HSH
--cleanup-only
$HASHERDIR
$HASHERARG
||
fatal
"cleanup"
rm
-fv
$HASHERDIR
/
*
rmdir
$HASHERDIR
/
exit
fi
...
...
etc/repos/srpms
View file @
502917c6
...
...
@@ -2,7 +2,7 @@
# all known src.rpm repositories (for rpmgp command)
alt ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/
altautoimports http://autoimports.altlinux.org/pub/ALTLinux/autoimports/Sisyphus/files/SRPMS/
fedora1
7 ftp://mirror.yandex.ru/fedora/linux/releases/17
/Fedora/source/SRPMS/
fedora1
8 ftp://mirror.yandex.ru/fedora/linux/releases/18
/Fedora/source/SRPMS/
fedora-devel ftp://mirror.yandex.ru/fedora/linux/development/rawhide/source/SRPMS/
#fedora-updates ftp://mirror.yandex.ru/fedora/linux/updates/17/SRPMS/
fedora-ccrma http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/9/SRPMS/
...
...
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