svn commit: r331845 - user/des/fbce/db
Dag-Erling Smørgrav
des at FreeBSD.org
Sat Mar 31 16:57:40 UTC 2018
Author: des
Date: Sat Mar 31 16:57:39 2018
New Revision: 331845
URL: https://svnweb.freebsd.org/changeset/base/331845
Log:
Update for 2018
Modified:
user/des/fbce/db/notes
Modified: user/des/fbce/db/notes
==============================================================================
--- user/des/fbce/db/notes Sat Mar 31 15:06:14 2018 (r331844)
+++ user/des/fbce/db/notes Sat Mar 31 16:57:39 2018 (r331845)
@@ -39,30 +39,34 @@ perl -Ilib -MFBCE -e 'FBCE->model("FBCE::Person")->fin
# that purpose by gjb:
#
# des at freefall ~% ~gjb/bin/genuserlist.sh
-# des at freefall ~% sort users.txt >users-20160518.txt
-# des at freefall ~% getent passwd >gecos-20160518.txt
+# des at freefall ~% sort users.txt >users-20180516.txt
+# des at freefall ~% getent passwd >gecos-20180516.txt
#
-./script/fbce_user.pl import users-20160518.txt
-./script/fbce_user.pl gecos gecos-20160518.txt
+./script/fbce_user.pl import users-20180516.txt
+./script/fbce_user.pl gecos gecos-20180516.txt
#
+# The smash command clears the active and incumbent flags for all users:
+#
+./script/fbce_user.pl smash
+
+#
# The list of active committers is extracted from fst3k:
#
# fst3k=# \t on
# Showing only tuples.
-# fst3k=# \o active-20160518.txt
-# fst3k=# select p.login from persons p join revisions r on p.id = r.author where r.datetime >= '2015-05-18' group by p.login;
+# fst3k=# \o active-20180516.txt
+# fst3k=# select p.login from persons p join revisions r on p.id = r.author where r.datetime >= '2017-05-16' group by p.login;
# fst3k=# \o
#
-./script/fbce_user.pl smash
-./script/fbce_user.pl activate active-20160518.txt
+./script/fbce_user.pl activate active-20180516.txt
#
# The list of incumbents is obtained from freefall:
#
-# des at freefall ~% getent group core | grep -v matthew | cut -d: -f4 | tr , '\n' >core-20160518.txt
+# des at freefall ~% getent group core | cut -d: -f4 | tr , '\n' | grep -v matthew >core-20180516.txt
#
-./script/fbce_user.pl incumbent core-20160518.txt
+./script/fbce_user.pl incumbent core-20180516.txt
#
# Finally, generate passwords
More information about the svn-src-user
mailing list