projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e22783
)
Makefile: add tar-sync
author
Kay Sievers
<kay.sievers@vrfy.org>
Mon, 30 May 2011 00:06:12 +0000
(
02:06
+0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Mon, 30 May 2011 00:06:12 +0000
(
02:06
+0200)
Makefile.am
patch
|
blob
|
history
TODO
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
16127b7
..
998a385
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-699,6
+699,9
@@
git-release:
git gc
git prune
+tar-sync:
+ scp udev-$(VERSION).gz master.kernel.org:/pub/linux/utils/kernel/hotplug/
+
doc-sync:
rsync -av udev/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/
rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/
diff --git
a/TODO
b/TODO
index
ab7a5e8
..
96cb83a
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1,3
+1,5
@@
+ - libudev: return errno or set errno
+
- delete mobile-action-modeswitch
(moved to usb_modeswitch)